lean4-htt/tests/lean/def2.lean

10 lines
130 B
Text

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