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