2014-01-05 20:05:08 +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)
|
2014-01-05 20:05:08 +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)
|