2014-02-04 04:10:26 +00:00
|
|
|
|
Set: pp::colors
|
|
|
|
|
Set: pp::unicode
|
|
|
|
|
sig x : ℕ, x > 0 : Type
|
2014-02-04 04:46:15 +00:00
|
|
|
|
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
|
2014-02-04 04:10:26 +00:00
|
|
|
|
Pair type:
|
|
|
|
|
ℕ ⨯ ℕ
|
|
|
|
|
Argument type:
|
|
|
|
|
Bool
|
2014-02-04 04:46:15 +00:00
|
|
|
|
sig2.lean:14:6: error: type mismatch in the 2nd argument of the pair
|
|
|
|
|
tuple ⊤, 20
|
2014-02-04 04:10:26 +00:00
|
|
|
|
Pair type:
|
2014-02-04 04:46:15 +00:00
|
|
|
|
Bool ⨯ Bool
|
2014-02-04 04:10:26 +00:00
|
|
|
|
Argument type:
|
2014-02-04 04:46:15 +00:00
|
|
|
|
ℕ
|