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

25 lines
640 B
Text
Raw Normal View History

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