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. mapModuleEnv :: (a -> b) -> ModuleEnv a -> ModuleEnv b

    ghc GHC.Unit.Module.Env

    No documentation available.

  2. mapMG :: (ModSummary -> ModSummary) -> ModuleGraph -> ModuleGraph

    ghc GHC.Unit.Module.Graph

    Map a function f over all the ModSummaries. To preserve invariants f can't change the isBoot status.

  3. mapGenUnit :: IsUnitId v => (u -> v) -> GenUnit u -> GenUnit v

    ghc GHC.Unit.Types

    Map over the unit type of a GenUnit

  4. mapInstantiations :: IsUnitId v => (u -> v) -> GenInstantiations u -> GenInstantiations v

    ghc GHC.Unit.Types

    Map over the unit identifier of unit instantiations.

  5. mapException :: (Exception e1, Exception e2) => (e1 -> e2) -> a -> a

    ghc GHC.Utils.Exception

    No documentation available.

  6. mapUnionFV :: (a -> FV) -> [a] -> FV

    ghc GHC.Utils.FV

    Map a free variable computation over a list and union the results.

  7. mapAndUnzip :: (a -> (b, c)) -> [a] -> ([b], [c])

    ghc GHC.Utils.Misc

    No documentation available.

  8. mapAndUnzip3 :: (a -> (b, c, d)) -> [a] -> ([b], [c], [d])

    ghc GHC.Utils.Misc

    No documentation available.

  9. mapAndUnzip4 :: (a -> (b, c, d, e)) -> [a] -> ([b], [c], [d], [e])

    ghc GHC.Utils.Misc

    No documentation available.

  10. mapFst :: Functor f => (a -> c) -> f (a, b) -> f (c, b)

    ghc GHC.Utils.Misc

    No documentation available.

Page 107 of many | Previous | Next