359c72b02f
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
7 lines
564 B
Text
7 lines
564 B
Text
λ {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 : Π (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 : Π [A : Type] (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
|