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