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

19 lines
192 B
Text

/--
Doc string for constants
-/
constant a : nat
/--
Doc string for axiom
-/
axiom ax : a = 0
/--
Doc string for meta constant
-/
meta constant v : tactic unit
/--
Doc string
-/
def x := 1