lean4-htt/tests/lean/run/doc_string3.lean
2017-03-09 18:41:19 -08: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