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

10 lines
116 B
Text

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