lean2/tests/lean/implicit2.lean.expected.out
Leonardo de Moura 84e211b81b fix(frontends/lean): missing ':' in error messages
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-01-09 11:19:58 -08:00

13 lines
409 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
Set: pp::unicode
Imported 'Real'
Assumed: f
f 10 20 :
f 10 :
@f : ∀ (A : Type), A → A → A
Assumed: g
g 10 20 : Bool → Bool
let r : := g 10 20 in r :
implicit2.lean:11:0: error: invalid expression, unexpected token
Set: lean::pp::implicit
let r : := @g 10 20 in r :