lean4-htt/tests/lean/run/doc_string3.lean
2016-11-27 14:31:31 -08:00

25 lines
303 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_command module_doc_strings >>= trace