lean2/tests/lean/tst9.lean
Leonardo de Moura 048151487e feat(kernel): use Pi as forall/implication
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-01-08 00:38:39 -08:00

5 lines
126 B
Text

variable f : forall A : Type, A -> A -> A
variable N : Type
variable g : N -> N -> Bool
variable a : N
check g true (f _ a a)