lean2/tests/lean/sig2.lean.expected.out
2014-02-03 20:53:11 -08:00

26 lines
607 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.

Set: pp::colors
Set: pp::unicode
sig x : , x > 0 : Type
tuple 10, 20 :
tuple 10, : Bool
tuple , 20 : Bool
tuple , 20 : Bool
tuple , : Bool Bool
tuple , : Bool Bool
Assumed: a
Assumed: Ha
Defined: NZ
NZ : Type
tuple NZ : a, Ha : sig x : , 1 ≤ x
sig2.lean:13:6: error: type mismatch in the 1st argument of the pair
tuple , 20
Pair type:
Argument type:
Bool
sig2.lean:14:6: error: type mismatch in the 2nd argument of the pair
tuple , 20
Pair type:
Bool Bool
Argument type: