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

43 lines
919 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.

scopedunifhint.lean:28:7-28:14: error: application type mismatch
mul ?m x
argument
x
has type
Nat : Type
but is expected to have type
?m.α : Type ?u
scopedunifhint.lean:29:7-29:24: error: application type mismatch
mul ?m (x, x)
argument
(x, x)
has type
Nat × Nat : Type
but is expected to have type
?m.α : Type ?u
scopedunifhint.lean:33:7-33:10: error: application type mismatch
?m*x
argument
x
has type
Nat : Type
but is expected to have type
?m.α : Type ?u
x*x : Nat.Magma.α
x*x : Nat.Magma.α
scopedunifhint.lean:39:7-39:24: error: application type mismatch
?m*(x, x)
argument
(x, x)
has type
Nat × Nat : Type
but is expected to have type
?m.α : Type ?u
(x, x)*(x, x) : (Prod.Magma Nat.Magma Nat.Magma).α
scopedunifhint.lean:56:7-56:22: error: application type mismatch
?m*(x, x)
argument
(x, x)
has type
Nat × Nat : Type
but is expected to have type
?m.α : Type ?u