2013-09-02 19:29:21 +00:00
|
|
|
Set: pp::colors
|
2013-09-03 17:44:51 +00:00
|
|
|
Set: pp::unicode
|
2013-09-01 02:15:48 +00:00
|
|
|
Assumed: f
|
2013-09-01 17:34:57 +00:00
|
|
|
λ (A B : Type) (a : B), f B a
|
2013-10-25 02:08:35 +00:00
|
|
|
Failed to solve
|
2013-11-07 18:16:22 +00:00
|
|
|
A : Type, a : ?M::0, B : Type ⊢ ?M::0[lift:0:2] ≺ B
|
2013-10-25 02:08:35 +00:00
|
|
|
(line: 4: pos: 40) Type of argument 2 must be convertible to the expected type in the application of
|
|
|
|
f
|
|
|
|
with arguments:
|
|
|
|
B
|
|
|
|
a
|
2013-09-01 02:15:48 +00:00
|
|
|
Assumed: myeq
|
2013-09-08 18:04:07 +00:00
|
|
|
myeq (Π (A : Type), A → A) (λ (A : Type) (a : A), a) (λ (B : Type) (b : B), b)
|
2013-09-09 05:54:22 +00:00
|
|
|
myeq (Π (A : Type), A → A) (λ (A : Type) (a : A), a) (λ (B : Type) (b : B), b) : Bool
|
2013-09-01 02:15:48 +00:00
|
|
|
Assumed: R
|
|
|
|
Assumed: h
|
2013-09-09 05:54:22 +00:00
|
|
|
λ (H : Bool) (f1 g1 : Π A : Type, R A) (G : Π A : Type, myeq (R A) (f1 A) (g1 A)), h f1 :
|
|
|
|
Bool → (Π (f1 g1 : Π A : Type, R A), (Π A : Type, myeq (R A) (f1 A) (g1 A)) → Bool)
|