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. ifoldMap' :: (FoldableWithIndex i f, Monoid m) => (i -> a -> m) -> f a -> m

    optics-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
    

  2. imap :: FunctorWithIndex i f => (i -> a -> b) -> f a -> f b

    optics-extra Optics.Indexed

    Map with access to the index.

  3. 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.

  4. hStore_hashMap :: HashMap Text (Maybe Text) -> Encoding

    postgresql-binary PostgreSQL.Binary.Encoding

    HSTORE encoder from HashMap.

  5. hStore_map :: Map Text (Maybe Text) -> Encoding

    postgresql-binary PostgreSQL.Binary.Encoding

    HSTORE encoder from Map.

  6. unsafeMapIOP :: (a -> IO b) -> Pulse a -> Build (Pulse b)

    reactive-banana Reactive.Banana.Prim.Mid

    No documentation available.

  7. 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.

  8. getFieldsWithMap :: Driver conn -> TypeMap -> conn -> LogChan -> String -> String -> IO ([(String, TypeQ)], [Int])

    relational-query-HDBC Database.HDBC.Schema.Driver

    Get column name and Haskell type pairs and not-null columns index.

  9. typeMap :: Driver conn -> TypeMap

    relational-query-HDBC Database.HDBC.Schema.Driver

    Custom type mapping of this driver

  10. smap :: (Structured r1 a b, Shape sh) => (a -> b) -> Array r1 sh a -> Array (TR r1) sh b

    repa Data.Array.Repa

    Structured map.

Page 997 of many | Previous | Next