lean4-htt/tests/lean/inductive1.lean.expected.out
2020-07-13 16:22:48 -07:00

18 lines
924 B
Text

inductive1.lean:4:15: error: invalid inductive type, resultant type is not a sort
inductive1.lean:12:0: error: invalid mutually inductive type, resulting universe mismatch, given
Type
expected type
Prop
inductive1.lean:22:0: error: invalid mutually inductive type, resulting universe mismatch, given
Type v
expected type
Type u
inductive1.lean:31:0: error: invalid mutually inductive type, type mismatch at parameter 'x'
Bool
expected type
Nat
inductive1.lean:40:0: error: invalid inductive type, number of parameters mismatch in mutually inductive datatype
inductive1.lean:49:0: error: invalid mutually inductive type, binder annotation mismatch at parameter 'x'
inductive1.lean:59:0: error: invalid inductive type, universe parameters mismatch in mutually inductive datatype
inductive1.lean:68:2: error: 'Boo.T1.bla' has already been declared
inductive1.lean:72:10: error: 'Boo.T1' has already been declared