bookshelf-doc/DocGen4/Output/ClassInductive.lean

14 lines
278 B
Plaintext

import DocGen4.Output.Template
import DocGen4.Output.Class
import DocGen4.Output.Inductive
namespace DocGen4
namespace Output
def classInductiveToHtml (i : ClassInductiveInfo) : HtmlM (Array Html) := do
pure $ (←inductiveToHtml i.toInductiveInfo)
end Output
end DocGen4