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.
-
massiv Data.Massiv.Vector Similar to smapMaybeM, but map with an index aware function.
Examples
smap :: Stream r ix a => (a -> b) -> Array r ix a -> Vector DS bmassiv Data.Massiv.Vector Map a function over a stream vector
Examples
-
massiv Data.Massiv.Vector Traverse a stream vector with a monadic function.
Examples
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
smapMaybe :: Stream r ix a => (a -> Maybe b) -> Array r ix a -> Vector DS bmassiv Data.Massiv.Vector Apply a function to each element of the array, while discarding Nothing and keeping the Maybe result.
Examples
-
massiv Data.Massiv.Vector Similar to smapMaybe, but with the Applicative function. Similar to mapMaybe id $ mapM f arr
Examples
_discriminatorMapping :: Discriminator -> InsOrdHashMap Text Textopenapi3 Data.OpenApi An object to hold mappings between payload values and schema names or references.
_schemaPattern :: Schema -> Maybe Patternopenapi3 Data.OpenApi No documentation available.
_schemaProperties :: Schema -> InsOrdHashMap Text (Referenced Schema)openapi3 Data.OpenApi No documentation available.
fromInsOrdHashMap :: InsOrdHashMap Text v -> KeyMap vopenapi3 Data.OpenApi.Aeson.Compat No documentation available.