lean4-htt/tests/lean/423.lean.expected.out
2021-08-03 09:13:18 +02:00

32 lines
626 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

423.lean:3:35-3:40: error: application type mismatch
HAdd.hAdd (α := Nat) a
argument
a
has type
T : Sort u
but is expected to have type
Nat : Type
423.lean:5:33-5:38: error: application type mismatch
Add T
argument
T
has type
Sort u : Type u
but is expected to have type
Type ?u : Type (?u + 1)
423.lean:5:41-5:50: error: application type mismatch
OfNat T
argument
T
has type
Sort u : Type u
but is expected to have type
Type ?u : Type (?u + 1)
423.lean:5:55-5:60: error: application type mismatch
HAdd.hAdd (α := Nat) a
argument
a
has type
T : Sort u
but is expected to have type
Nat : Type