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