dcd7e53fa7
We don't need it anymore after previous commit 2a16050
7 lines
532 B
Text
7 lines
532 B
Text
λ {A : Type} (B : Type) (a : A) (b : B), a : Π (B : Type), ?A → B → ?A
|
|
λ {A B : Type} (a : A) (b : B), a : ?A → ?B → ?A
|
|
λ (A : Type) {B : Type} (a : A) (b : B), a : Π (A : Type) {B : Type}, A → B → A
|
|
λ (A B : Type) (a : A) (b : B), a : Π (A B : Type), A → B → A
|
|
λ [A : Type] (B : Type) (a : A) (b : B), a : Π (B : Type), ?A → B → ?A
|
|
λ ⦃A : Type⦄ {B : Type} (a : A) (b : B), a : Π ⦃A : Type⦄ {B : Type}, A → B → A
|
|
λ ⦃A B : Type⦄ (a : A) (b : B), a : Π ⦃A B : Type⦄, A → B → A
|