lean4-htt/old_tests/tests/lean/run/doc_string3.lean
2018-04-10 12:56:55 -07:00

25 lines
299 B
Text

/-!
Documentation header for test module
-/
/-- Documentation for x -/
def x := 10
namespace foo
/-!
Another block of documentation
for this example.
-/
/-- Documentation for y -/
def y := 20
end foo
/-!
Documentation footer
testing
-/
open tactic
run_cmd module_doc_strings >>= trace