fd44ec8d79
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
6 lines
143 B
Text
6 lines
143 B
Text
Set pp::colors false
|
|
Variable f : Pi A : Type, A -> A -> A
|
|
Variable N : Type
|
|
Variable g : N -> N -> Bool
|
|
Variable a : N
|
|
Check g true (f _ a a)
|