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
|