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.
-
aeson-better-errors Data.Aeson.BetterErrors.Internal No documentation available.
mapLazy :: Decoder a -> Decoder (Map Text a)aeson-combinators Data.Aeson.Combinators.Decode Decode JSON object to Map with Text key using provided Decoder.
mapStrict :: Decoder a -> Decoder (Map Text a)aeson-combinators Data.Aeson.Combinators.Decode Decode JSON object to Map with Text key using provided Decoder.
mapVertices :: (BVec -> BVec) -> Convex -> Convexapecs-physics Apecs.Physics Map a function over all vertices
map' :: (a -> b) -> Chunks a -> SmallArray barray-chunks Data.Chunks Mapping over chunks is a little unusual in that the result is just a SmallArray.
mapTime :: (time0 -> time1) -> T time0 label -> T time1 labelaudacity Sound.Audacity.LabelTrack You must make sure, that the time mapping function preserves the order. This is not checked.
mapWithTime :: ((time, time) -> label0 -> label1) -> T time label0 -> T time label1audacity Sound.Audacity.LabelTrack No documentation available.
mapMetadata :: (m -> n) -> Response m a -> Response n aaws Aws.Core Apply a function to the metadata.
mapToVector :: (Nat w, Storable a) => Size w -> (Use -> a) -> T w -> Vector abattleship-combinatorics Combinatorics.Battleship.Count.Frontier No documentation available.
-
bitwise-enum Data.Enum.Set.Base O(n). Apply map while converting the underlying representation of the set to some other representation.