lean2/tests/lean/t12.lean.expected.out
Leonardo de Moura 28047a33ae feat(frontends/lean): add local notation support
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-06-15 11:30:52 -07:00

2 lines
159 B
Text

fun (f : N -> N -> N) (g : N -> N -> N) (x : N) (y : N), (f x (g x y)) : (N -> N -> N) -> (N -> N -> N) -> N -> N -> N
t12.lean:7:7: error: invalid expression