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

27 lines
589 B
Text
Raw Normal View History

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