2022-02-06 19:14:36 +00:00
|
|
|
import DocGen4.Output.Template
|
|
|
|
import DocGen4.Output.Class
|
|
|
|
import DocGen4.Output.Inductive
|
2022-05-19 22:36:43 +00:00
|
|
|
import DocGen4.Process
|
2022-02-06 19:14:36 +00:00
|
|
|
|
|
|
|
|
|
|
|
namespace DocGen4
|
|
|
|
namespace Output
|
|
|
|
|
2022-05-19 22:36:43 +00:00
|
|
|
def classInductiveToHtml (i : Process.ClassInductiveInfo) : HtmlM (Array Html) := do
|
2022-07-22 12:48:36 +00:00
|
|
|
inductiveToHtml i
|
2022-02-06 19:14:36 +00:00
|
|
|
|
|
|
|
end Output
|
|
|
|
end DocGen4
|