lean4-htt/tests/lean/docStr.lean.expected.out
Leonardo de Moura 308c61027a feat: save doc strings
We can now document `let rec` too.
2021-01-10 07:13:33 -08:00

17 lines
554 B
Text

"Foo structure is just a test "
"main name "
"documentation for the second field "
"documenting test axiom "
doc string for 'Boo' is not available
"Boo constructor has a custom name "
"Boo.x docString "
doc string for 'Boo.y' is not available
"inductive datatype Tree documentation "
"Tree.node documentation "
"Tree.leaf stores the values "
"documenting definition in namespace "
"We can document 'where' functions too "
doc string for 'f' is not available
"let rec documentation at f "
doc string for 'g' is not available
"let rec documentation at g "