2013-08-19 22:58:23 +00:00
|
|
|
Variable f : Type -> Bool
|
|
|
|
Variable g : Type -> Type -> Bool
|
2014-01-05 19:03:35 +00:00
|
|
|
print forall (a b : Type), exists (c : Type), (g a b) = (f c)
|
2013-08-19 22:58:23 +00:00
|
|
|
Check forall (a b : Type), exists (c : Type), (g a b) = (f c)
|
|
|
|
Eval forall (a b : Type), exists (c : Type), (g a b) = (f c)
|