Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. icLRWs :: ICtx -> LocalRewrites

    liquid-fixpoint Language.Fixpoint.Solver.PLE

    Local rewrites

  2. knAutoRWs :: Knowledge -> HashMap SubcId [AutoRewrite]

    liquid-fixpoint Language.Fixpoint.Solver.PLE

    No documentation available.

  3. lrws :: GInfo (c :: Type -> Type) a -> LocalRewritesEnv

    liquid-fixpoint Language.Fixpoint.Types.Constraints

    Local rewrites

  4. CarWs :: Int -> Part -> Part

    miniutter NLP.Miniutter.English

    plural prefixed with a cardinal, not spelled

  5. module Control.Monad.Trans.MultiRWS

    The multi-valued version of mtl's RWS / RWST

  6. type MultiRWS (r :: [Type]) (w :: [Type]) (s :: [Type]) = MultiRWST r w s Identity

    multistate Control.Monad.Trans.MultiRWS

    No documentation available.

  7. newtype MultiRWST (r :: [Type]) (w :: [Type]) (s :: [Type]) (m :: Type -> Type) a

    multistate Control.Monad.Trans.MultiRWS

    No documentation available.

  8. MultiRWST :: StateT (HList r, HList w, HList s) m a -> MultiRWST (r :: [Type]) (w :: [Type]) (s :: [Type]) (m :: Type -> Type) a

    multistate Control.Monad.Trans.MultiRWS

    No documentation available.

  9. mapMultiRWST :: forall ss (r :: [Type]) (w :: [Type]) (s :: [Type]) m a m' a' . ss ~ (HList r, HList w, HList s) => (m (a, ss) -> m' (a', ss)) -> MultiRWST r w s m a -> MultiRWST r w s m' a'

    multistate Control.Monad.Trans.MultiRWS

    No documentation available.

  10. runMultiRWST :: forall m (w :: [Type]) (r :: [Type]) (s :: [Type]) a . (Monad m, Monoid (HList w)) => HList r -> HList s -> MultiRWST r w s m a -> m (a, HList s, HList w)

    multistate Control.Monad.Trans.MultiRWS

    No documentation available.

Page 21 of many | Previous | Next