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-09-04 20:21:57 +00:00
|
|
|
Error (line: 4, pos: 40) application type mismatch during term elaboration
|
2013-09-01 02:15:48 +00:00
|
|
|
f B a
|
2013-09-04 20:21:57 +00:00
|
|
|
Function type:
|
2013-09-08 18:04:07 +00:00
|
|
|
Π (A : Type), A → Bool
|
2013-09-04 20:21:57 +00:00
|
|
|
Arguments types:
|
|
|
|
B : Type
|
2013-09-17 02:21:40 +00:00
|
|
|
a : ?M0[lift:0:2]
|
2013-09-01 02:15:48 +00:00
|
|
|
Elaborator state
|
2013-09-13 01:25:38 +00:00
|
|
|
#0 ≈ ?M0[lift:0:2]
|
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)
|