a341643335
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
5 lines
244 B
Text
5 lines
244 B
Text
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)
|