a3bbd9fbb5
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
6 lines
265 B
Text
6 lines
265 B
Text
Set pp::colors false
|
|
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)
|