lean4-htt/tests/lean/typeOf.lean.expected.out
Leonardo de Moura 4239ae69f6 chore: fix tests
2021-08-13 17:24:58 -07:00

12 lines
414 B
Text

typeOf.lean:11:21-11:24: error: failed to synthesize instance
HAdd Nat Nat Bool
typeOf.lean:12:0-12:5: error: failed to synthesize instance
HAdd Bool Nat Nat
typeOf.lean:20:54-20:60: error: invalid reassignment, term has type
Bool : Type
but is expected to have type
Nat : Type
typeOf.lean:29:53-29:57: error: natural number expected, value has type
Bool : Type
but is expected to have type
Nat : Type