liftOverLeft.lean:4:11-4:18: error: Cannot lift nested action `← x.get` 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:9:11-9:18: error: Cannot lift nested action `← x.get` 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`.