lean4-htt/tests/lean/def2.lean

12 lines
161 B
Text

set_option new_elaborator true
axiom val : nat
definition foo : nat :=
val
noncomputable definition foo : nat :=
val
noncomputable definition bla : nat :=
2