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.
-
hetero-parameter-list-with-typelevel-tools Data.HeteroParList.Tuple No documentation available.
-
hetero-parameter-list-with-typelevel-tools Data.HeteroParList.Tuple No documentation available.
mapMG :: (ModSummary -> ModSummary) -> ModuleGraph -> ModuleGraphhie-bios HIE.Bios.Ghc.Gap Map a function f over all the ModSummaries. To preserve invariants f can't change the isBoot status.
mapOverIncludePaths :: (FilePath -> FilePath) -> DynFlags -> DynFlagshie-bios HIE.Bios.Ghc.Gap No documentation available.
-
histogram-fill Data.Histogram No documentation available.
-
histogram-fill Data.Histogram.Generic No documentation available.
mapToJSON :: [(Text, PersistValue)] -> Texthledger-web Hledger.Web.Import Convert map (list of tuples) into textual representation of JSON object. This is a type-constrained synonym for toJsonText.
mappend :: Monoid a => a -> a -> ahledger-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.
-
hw-prim HaskellWorks.Data.Vector.Storable No documentation available.
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