Hoogle Search

Within LTS Haskell 24.19 (ghc-9.10.3)

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

  1. localDirAndMapM :: forall m (w :: Type -> Type) b c s t . (Monad m, Traversable w) => (Path b Dir -> m (Path c Dir)) -> (s -> m t) -> WithinT b w s -> m (WithinT c w t)

    within Within

    mapM the outer and inner part of a Within value at the same time.

Page 103 of many | Previous | Next