Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

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

  1. map8_9 :: Map8_9 ss => (forall (a :: k0) (b :: k1) (c :: k2) (d :: k3) (e :: k4) (f :: k5) (g :: k6) (h :: k7) (i :: k8) . () => t '(a, b, c, d, e, f, g, h, i) -> t' i) -> PL t ss -> PL t' (M8_9 ss)

    hetero-parameter-list-with-typelevel-tools Data.HeteroParList.Tuple

    No documentation available.

  2. map9_10 :: Map9_10 ss => (forall (a :: k0) (b :: k1) (c :: k2) (d :: k3) (e :: k4) (f :: k5) (g :: k6) (h :: k7) (i :: k8) (j :: k9) . () => t '(a, b, c, d, e, f, g, h, i, j) -> t' j) -> PL t ss -> PL t' (M9_10 ss)

    hetero-parameter-list-with-typelevel-tools Data.HeteroParList.Tuple

    No documentation available.

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

    hie-bios HIE.Bios.Ghc.Gap

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

  4. mapOverIncludePaths :: (FilePath -> FilePath) -> DynFlags -> DynFlags

    hie-bios HIE.Bios.Ghc.Gap

    No documentation available.

  5. mapData :: (Unbox a, Unbox b, Bin bin) => (Vector a -> Vector b) -> Histogram bin a -> Histogram bin b

    histogram-fill Data.Histogram

    No documentation available.

  6. mapData :: (Vector v a, Vector u b, Bin bin) => (v a -> u b) -> Histogram v bin a -> Histogram u bin b

    histogram-fill Data.Histogram.Generic

    No documentation available.

  7. mapToJSON :: [(Text, PersistValue)] -> Text

    hledger-web Hledger.Web.Import

    Convert map (list of tuples) into textual representation of JSON object. This is a type-constrained synonym for toJsonText.

  8. mappend :: Monoid a => a -> a -> a

    hledger-web Hledger.Web.Import

    An associative operation NOTE: This method is redundant and has the default implementation mappend = (<>) since base-4.11.0.0. Should it be implemented manually, since mappend is a synonym for (<>), it is expected that the two functions are defined the same way. In a future GHC release mappend will be removed from Monoid.

  9. mapAccumL :: forall a b c . (Storable b, Storable c) => (a -> b -> (a, c)) -> a -> Vector b -> (a, Vector c)

    hw-prim HaskellWorks.Data.Vector.Storable

    No documentation available.

  10. map2I :: (a -> Bool) -> (a -> [[a]]) -> [a] -> [a]

    intermediate-structures Data.IntermediateStructures1

    Function that applies additional function f :: a -> [[a]] to a if p :: a -> Bool and p a = True

Page 303 of many | Previous | Next