5 lines
93 B
Text
5 lines
93 B
Text
definition bla (a : nat) := a
|
|
|
|
meta definition foo (a : nat) := bla a
|
|
|
|
meta constant A : nat
|