lean4-htt/tests/lean/tst9.lean.expected.out
Leonardo de Moura fd44ec8d79 Improve application type mismatch error messages
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-09-02 18:28:12 -07:00

12 lines
211 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Set: pp::colors
Assumed: f
Assumed: N
Assumed: g
Assumed: a
Error (line: 6, pos: 6) type mismatch at application
g (f _ a a)
function type
N → N → Bool
arguments types
Bool
?M0