lean4-htt/tests/lean/liftOverLeft.lean.expected.out
2021-04-24 19:33:55 -07:00

2 lines
478 B
Text

liftOverLeft.lean:3:11-3:18: error: cannot lift `(<- ...)` over a binder, this error usually happens when you are trying to lift a method nested in a `fun`, `let`, or `match`-alternative, and it can often be fixed by adding a missing `do`
liftOverLeft.lean:8:11-8:18: error: cannot lift `(<- ...)` over a binder, this error usually happens when you are trying to lift a method nested in a `fun`, `let`, or `match`-alternative, and it can often be fixed by adding a missing `do`