Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. mapLazy :: Decoder a -> Decoder (Map Text a)

    aeson-combinators Data.Aeson.Combinators.Decode

    Decode JSON object to Map with Text key using provided Decoder.

  2. mapStrict :: Decoder a -> Decoder (Map Text a)

    aeson-combinators Data.Aeson.Combinators.Decode

    Decode JSON object to Map with Text key using provided Decoder.

  3. mapVertices :: (BVec -> BVec) -> Convex -> Convex

    apecs-physics Apecs.Physics

    Map a function over all vertices

  4. map' :: (a -> b) -> Chunks a -> SmallArray b

    array-chunks Data.Chunks

    Mapping over chunks is a little unusual in that the result is just a SmallArray.

  5. mapTime :: (time0 -> time1) -> T time0 label -> T time1 label

    audacity Sound.Audacity.LabelTrack

    You must make sure, that the time mapping function preserves the order. This is not checked.

  6. mapWithTime :: ((time, time) -> label0 -> label1) -> T time label0 -> T time label1

    audacity Sound.Audacity.LabelTrack

    No documentation available.

  7. mapMetadata :: (m -> n) -> Response m a -> Response n a

    aws Aws.Core

    Apply a function to the metadata.

  8. mapToVector :: (Nat w, Storable a) => Size w -> (Use -> a) -> T w -> Vector a

    battleship-combinatorics Combinatorics.Battleship.Count.Frontier

    No documentation available.

  9. map' :: (FiniteBits v, FiniteBits w, Num v, Num w, Enum a, Enum b) => (a -> b) -> EnumSet v a -> EnumSet w b

    bitwise-enum Data.Enum.Set.Base

    O(n). Apply map while converting the underlying representation of the set to some other representation.

  10. mappingFieldName :: MappingField -> FieldName

    bloodhound Database.Bloodhound.Client.Cluster

    No documentation available.

Page 278 of many | Previous | Next