4 lines
96 B
Text
4 lines
96 B
Text
axiom f : Π A : Type, A → Type
|
||
|
||
def ex5b (α : Type) (a : α) : Π A : Type, A → Type :=
|
||
f
|