lean4-htt/tests/lean/def2.lean
2017-02-05 14:01:03 +01:00

10 lines
116 B
Text

axiom val : nat
definition foo : nat :=
val
noncomputable definition foo2 : nat :=
val
definition bla : nat :=
2