Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. mapTargetType :: ParquetOptions -> Maybe ParquetOptions_MapTargetType

    gogol-bigquery Gogol.BigQuery.Types

    Optional. Indicates how to represent a Parquet map if present.

  2. mapType :: Geolayerdata_Geo -> Maybe Text

    gogol-books Gogol.Books

    The type of map that should be used for this location. EX: HYBRID, ROADMAP, SATELLITE, TERRAIN

  3. mapType :: Geolayerdata_Geo -> Maybe Text

    gogol-books Gogol.Books.Types

    The type of map that should be used for this location. EX: HYBRID, ROADMAP, SATELLITE, TERRAIN

  4. mapTask :: WorkItem -> Maybe MapTask

    gogol-dataflow Gogol.Dataflow

    Additional information for MapTask WorkItems.

  5. mapTask :: WorkItem -> Maybe MapTask

    gogol-dataflow Gogol.Dataflow.Types

    Additional information for MapTask WorkItems.

  6. mapVal :: Value -> Maybe [ValueMapValEntry]

    gogol-fitness Gogol.Fitness

    Map value. The valid key space and units for the corresponding value of each entry should be documented as part of the data type definition. Keys should be kept small whenever possible. Data streams with large keys and high data frequency may be down sampled.

  7. mapVal :: Value -> Maybe [ValueMapValEntry]

    gogol-fitness Gogol.Fitness.Types

    Map value. The valid key space and units for the corresponding value of each entry should be documented as part of the data type definition. Keys should be kept small whenever possible. Data streams with large keys and high data frequency may be down sampled.

  8. mapConcurrently :: Storable b => (Vector a -> Vector b) -> Multichannel a -> Multichannel b

    hsignal Numeric.Signal.Multichannel

    map a function executed concurrently

  9. mapM :: forall m (u :: Type -> Type) a (v :: Type -> Type) b c d . (Monad m, Vector u a, Vector v b, Vector u c, Vector v d) => ((a, b) -> m (c, d)) -> Vector u v (a, b) -> m (Vector u v (c, d))

    hybrid-vectors Data.Vector.Hybrid

    O(n) Apply the monadic action to all elements of the vector, yielding a vector of results

  10. mapM_ :: forall m (u :: Type -> Type) a (v :: Type -> Type) b c d . (Monad m, Vector u a, Vector v b, Vector u c, Vector v d) => ((a, b) -> m (c, d)) -> Vector u v (a, b) -> m ()

    hybrid-vectors Data.Vector.Hybrid

    O(n) Apply the monadic action to all elements of a vector and ignore the results

Page 385 of many | Previous | Next