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