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.
ifoldMap' :: (FoldableWithIndex i f, Monoid m) => (i -> a -> m) -> f a -> moptics-extra Optics.Indexed A variant of ifoldMap that is strict in the accumulator. When you don't need access to the index then foldMap' is more flexible in what it accepts.
foldMap' ≡ ifoldMap' . const
imap :: FunctorWithIndex i f => (i -> a -> b) -> f a -> f boptics-extra Optics.Indexed Map with access to the index.
optionType_map :: Ord k => Char -> Char -> OptionType k -> OptionType v -> OptionType (Map k v)options Options Store an option as a Map, using other option types for the keys and values The item separator is used to separate key/value pairs from each other. It should be a character that will not occur within either the keys or values. The value separator is used to separate the key from the value. It should be a character that will not occur within the keys. It may occur within the values. Duplicate keys in the input are permitted. The final value for each key is stored.
hStore_hashMap :: HashMap Text (Maybe Text) -> Encodingpostgresql-binary PostgreSQL.Binary.Encoding HSTORE encoder from HashMap.
hStore_map :: Map Text (Maybe Text) -> Encodingpostgresql-binary PostgreSQL.Binary.Encoding HSTORE encoder from Map.
unsafeMapIOP :: (a -> IO b) -> Pulse a -> Build (Pulse b)reactive-banana Reactive.Banana.Prim.Mid No documentation available.
type
TypeMap = [(String, TypeQ)]relational-query-HDBC Database.HDBC.Schema.Driver Mapping between type name string of DBMS and type in Haskell. Type name string depends on specification of DBMS system catalogs.
-
relational-query-HDBC Database.HDBC.Schema.Driver Get column name and Haskell type pairs and not-null columns index.
typeMap :: Driver conn -> TypeMaprelational-query-HDBC Database.HDBC.Schema.Driver Custom type mapping of this driver
smap :: (Structured r1 a b, Shape sh) => (a -> b) -> Array r1 sh a -> Array (TR r1) sh brepa Data.Array.Repa Structured map.