Documentation

Aesop.Rule.Basic

structure Aesop.Rule (α : Type) :
Instances For
    @[implicit_reducible]
    instance Aesop.instInhabitedRule {a✝ : Type} [Inhabited a✝] :
    Instances For
      @[implicit_reducible]
      instance Aesop.Rule.instBEq {α : Type} :
      BEq (Rule α)
      @[implicit_reducible]
      instance Aesop.Rule.instOrd {α : Type} :
      Ord (Rule α)
      @[implicit_reducible]
      def Aesop.Rule.compareByPriority {α : Type} [Ord α] (r s : Rule α) :
      Instances For
        Instances For
          Instances For
            @[inline]
            def Aesop.Rule.map {α β : Type} (f : αβ) (r : Rule α) :
            Rule β
            Instances For
              @[inline]
              def Aesop.Rule.mapM {m : TypeType u_1} {α β : Type} [Monad m] (f : αm β) (r : Rule α) :
              m (Rule β)
              Instances For