Equations
- One or more equations did not get rendered due to their size.
Equations
- Lean.Meta.Grind.Solve.pushGoal goal = modify fun (s : Lean.Meta.Grind.Solve.State) => { todo := goal :: s.todo, failures := s.failures, stop := s.stop }
Equations
- Lean.Meta.Grind.Solve.pushGoals goals = modify fun (s : Lean.Meta.Grind.Solve.State) => { todo := goals ++ s.todo, failures := s.failures, stop := s.stop }
Equations
- One or more equations did not get rendered due to their size.
@[inline]
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
Equations
- Lean.Meta.Grind.Solve.maxNumFailuresReached = do let __do_lift ← get let __do_lift_1 ← liftM Lean.Meta.Grind.getConfig pure (decide (__do_lift.failures.length ≥ __do_lift_1.failures))
Equations
- One or more equations did not get rendered due to their size.