Documentation

Aesop.BaseM

State of the BaseM monad.

Instances For
    @[reducible, inline]
    abbrev Aesop.BaseM (α : Type) :

    Aesop's base monad. Contains no interesting data, only various caches and stats.

    Equations
      Instances For
        def Aesop.BaseM.run {α : Type} (x : BaseM α) (stats : Stats := ) :

        Run a BaseM action.

        Equations
          Instances For