lean4-htt/tests/lean/run/doc_string5.lean

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