Hoogle Search

Within LTS Haskell 24.9 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. evalMemoStateT :: Monad m => MemoStateT c k v m a -> c -> m a

    monad-memo Control.Monad.Trans.Memo.State

    Returns the result of MonadMemo computation wrapped in monad. This function discards the cache

  2. runMemoState :: MemoState c k v a -> c -> (a, c)

    monad-memo Control.Monad.Trans.Memo.State

    Returns the pair of the result of MonadMemo computation along with the final state of the internal pure container

  3. runMemoStateT :: Monad m => MemoStateT s k v m a -> s -> m (a, s)

    monad-memo Control.Monad.Trans.Memo.State

    Returns the pair of the result of MonadMemo computation along with the final state of the internal pure container wrapped in monad

  4. toState :: Container s -> s

    monad-memo Control.Monad.Trans.Memo.State

    No documentation available.

  5. evalStateCache :: Monad m => StateCache c m a -> c -> m a

    monad-memo Control.Monad.Trans.Memo.StateCache

    Evaluates computation discarding the resulting container

  6. runStateCache :: StateCache s m a -> s -> m (a, s)

    monad-memo Control.Monad.Trans.Memo.StateCache

    No documentation available.

  7. refRunState :: forall (m :: Type -> Type) s . Monad m => Ref m s -> StateT s m --> m

    monadology Control.Monad.Ology.Data.Ref

    Run a state monad over this reference.

  8. data LifeState

    monadology Control.Monad.Ology.Specific.LifecycleT

    This represents all the actions that need to be done when closing the lifecycle.

  9. pattern NoLifeState :: LifeState

    monadology Control.Monad.Ology.Specific.LifecycleT

    No documentation available.

  10. addLifeState :: forall (m :: Type -> Type) . MonadIO m => LifeState -> LifecycleT m ()

    monadology Control.Monad.Ology.Specific.LifecycleT

    No documentation available.

Page 40 of many | Previous | Next