Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

  1. simapMaybeM :: forall r ix a b f . (Stream r ix a, Applicative f) => (ix -> a -> f (Maybe b)) -> Array r ix a -> f (Vector DS b)

    massiv Data.Massiv.Vector

    Similar to smapMaybeM, but map with an index aware function.

    Examples

  2. smap :: Stream r ix a => (a -> b) -> Array r ix a -> Vector DS b

    massiv Data.Massiv.Vector

    Map a function over a stream vector

    Examples

  3. smapM :: forall r ix a b m . (Stream r ix a, Monad m) => (a -> m b) -> Array r ix a -> m (Vector DS b)

    massiv Data.Massiv.Vector

    Traverse a stream vector with a monadic function.

    Examples

  4. smapM_ :: forall r ix a b m . (Stream r ix a, Monad m) => (a -> m b) -> Array r ix a -> m ()

    massiv Data.Massiv.Vector

    Traverse a stream vector with a monadic function, while discarding the result

    Examples

  5. smapMaybe :: Stream r ix a => (a -> Maybe b) -> Array r ix a -> Vector DS b

    massiv Data.Massiv.Vector

    Apply a function to each element of the array, while discarding Nothing and keeping the Maybe result.

    Examples

  6. smapMaybeM :: forall r ix a b f . (Stream r ix a, Applicative f) => (a -> f (Maybe b)) -> Array r ix a -> f (Vector DS b)

    massiv Data.Massiv.Vector

    Similar to smapMaybe, but with the Applicative function. Similar to mapMaybe id $ mapM f arr

    Examples

  7. _discriminatorMapping :: Discriminator -> InsOrdHashMap Text Text

    openapi3 Data.OpenApi

    An object to hold mappings between payload values and schema names or references.

  8. _schemaPattern :: Schema -> Maybe Pattern

    openapi3 Data.OpenApi

    No documentation available.

  9. _schemaProperties :: Schema -> InsOrdHashMap Text (Referenced Schema)

    openapi3 Data.OpenApi

    No documentation available.

  10. fromInsOrdHashMap :: InsOrdHashMap Text v -> KeyMap v

    openapi3 Data.OpenApi.Aeson.Compat

    No documentation available.

Page 569 of many | Previous | Next