5 lines
93 B
Text
5 lines
93 B
Text
definition _foo : nat := 0 -- error
|
|
|
|
structure _bla := (a b : nat)
|
|
|
|
inductive _empty : Type.
|