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