19 lines
192 B
Text
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
|