Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. mapAndUnzip3M :: Monad m => (a -> m (b, c, d)) -> [a] -> m ([b], [c], [d])

    ghc GHC.Utils.Monad

    mapAndUnzipM for triples

  2. mapAndUnzip4M :: Monad m => (a -> m (b, c, d, e)) -> [a] -> m ([b], [c], [d], [e])

    ghc GHC.Utils.Monad

    No documentation available.

  3. mapAndUnzip5M :: Monad m => (a -> m (b, c, d, e, f)) -> [a] -> m ([b], [c], [d], [e], [f])

    ghc GHC.Utils.Monad

    No documentation available.

  4. mapAndUnzipM :: Applicative m => (a -> m (b, c)) -> [a] -> m ([b], [c])

    ghc GHC.Utils.Monad

    No documentation available.

  5. mapMaybeM :: Applicative m => (a -> m (Maybe b)) -> [a] -> m [b]

    ghc GHC.Utils.Monad

    Applicative version of mapMaybe

  6. mapSndM :: (Applicative m, Traversable f) => (b -> m c) -> f (a, b) -> m (f (a, c))

    ghc GHC.Utils.Monad

    Monadic version of mapSnd

  7. mapXRec :: (MapXRec p, Anno a ~ Anno b) => (a -> b) -> XRec p a -> XRec p b

    ghc Language.Haskell.Syntax.Extension

    No documentation available.

  8. mapHsOuterImplicit :: (XHsOuterImplicit pass -> XHsOuterImplicit pass) -> HsOuterTyVarBndrs flag pass -> HsOuterTyVarBndrs flag pass

    ghc Language.Haskell.Syntax.Type

    No documentation available.

  9. mapSomeBase :: (forall b . () => Path b t -> Path b t') -> SomeBase t -> SomeBase t'

    path OsPath.Posix

    Helper to apply a function to the SomeBase object

    >>> mapSomeBase parent (Abs [absfile|/foo/bar/cow.moo|]) == Abs [absdir|/foo/bar|]
    

  10. mapSomeBase :: (forall b . () => Path b t -> Path b t') -> SomeBase t -> SomeBase t'

    path OsPath.Windows

    Helper to apply a function to the SomeBase object

    >>> mapSomeBase parent (Abs [absfile|/foo/bar/cow.moo|]) == Abs [absdir|/foo/bar|]
    

Page 109 of many | Previous | Next