2013-09-01 17:34:57 +00:00
|
|
|
Set pp::colors false
|
2013-08-19 22:58:23 +00:00
|
|
|
Variable f : Type -> Bool
|
|
|
|
Variable g : Type -> Type -> Bool
|
|
|
|
Show forall (a b : Type), exists (c : Type), (g a b) = (f c)
|
|
|
|
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)
|