Documentation

Aesop.Search.Queue

Instances For
    Equations
    • One or more equations did not get rendered due to their size.
    Instances For
      Equations
      • One or more equations did not get rendered due to their size.
      Instances For
        Equations
        Instances For
          Equations
          • One or more equations did not get rendered due to their size.
          Instances For
            Equations
            Instances For
              Instances For
                Equations
                Instances For
                  Equations
                  • q.addGoals grefs = { goals := q.goals ++ grefs.reverse }
                  Instances For
                    Equations
                    • q.popGoal = match q.goals.back? with | some g => (some g, { goals := q.goals.pop }) | none => (none, q)
                    Instances For
                      Equations
                      • One or more equations did not get rendered due to their size.
                      Instances For
                        Equations
                        Instances For
                          Equations
                          • q.addGoals grefs = { goals := q.goals ++ grefs, pos := q.pos }
                          Instances For
                            Equations
                            • q.popGoal = if h : q.pos < q.goals.size then (some q.goals[q.pos], { goals := q.goals, pos := q.pos + 1 }) else (none, q)
                            Instances For
                              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.
                              Instances For