lean2/tests/lean/sig2.lean.expected.out

27 lines
607 B
Text
Raw Normal View History

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: