lean2/tests/lean/change_tac_fail.lean.expected.out
Leonardo de Moura 368f9d347e refactor(frontends/lean): approach used to parse tactics
The previous approach was too fragile

TODO: we should add separate parsing tables for tactics
2015-03-05 18:11:21 -08:00

8 lines
133 B
Text

change_tac_fail.lean:10:48: error: type mismatch at application
t ++ a
term
a
has type
T
but is expected to have type
list T