4ba097a141
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)
|