10 lines
130 B
Text
10 lines
130 B
Text
axiom val : nat
|
|
|
|
definition foo : nat :=
|
|
val
|
|
|
|
noncomputable definition foo2 : nat :=
|
|
val
|
|
|
|
noncomputable definition bla : nat :=
|
|
2
|