lean2/tests/lean/run/coe_issue2.lean
Leonardo de Moura 5ceac83b6a feat(frontends/lean/elaborator): restrict the number of places where coercions are considered
We do not consider coercions around meta-variables anymore.
2015-11-11 12:37:19 -08:00

8 lines
132 B
Text
Raw Permalink 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.

import data.int data.real
open int real
example : (1 : ) * (1 : ) = (1 : ) :=
sorry
example : (1 : ) * 1 = 1 :=
sorry