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
            • q.popGoal = match Batteries.BinomialHeap.deleteMin q with | none => (none, q) | some (ag, q) => (some ag.goal, q)
            Instances For
              Instances For
                Equations
                Instances For
                  Equations
                  • q.popGoal = match q.goals.back? with | some g => (some g, { goals := q.goals.pop }) | none => (none, q)
                  Instances For
                    @[implicit_reducible]
                    Equations
                    • One or more equations did not get rendered due to their size.
                    Instances For
                      Equations
                      Instances For
                        Equations
                        Instances For
                          Equations
                          Instances For
                            @[implicit_reducible]
                            Equations
                            • One or more equations did not get rendered due to their size.
                            def Aesop.Options.queue (opts : Options) :
                            (Q : Type) × Queue Q
                            Equations
                            • One or more equations did not get rendered due to their size.
                            Instances For