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. mdb_env_set_maxreaders :: MDB_env -> Int -> IO ()

    lmdb Database.LMDB.Raw

    Set the maximum number of concurrent readers.

  2. mdb_env_unset_flags :: MDB_env -> [MDB_EnvFlag] -> IO ()

    lmdb Database.LMDB.Raw

    Unset flags for the environment.

  3. mdb_set_compare :: MDB_txn -> MDB_dbi -> FunPtr MDB_cmp_func -> IO ()

    lmdb Database.LMDB.Raw

    Set a user-defined key comparison function for a database.

  4. mdb_set_dupsort :: MDB_txn -> MDB_dbi -> FunPtr MDB_cmp_func -> IO ()

    lmdb Database.LMDB.Raw

    Set a user-defined data comparison operator for MDB_DUPSORT databases.

  5. mdb_txn_reset :: MDB_txn -> IO ()

    lmdb Database.LMDB.Raw

    Abort a read-only transaction, but don't destroy it. Keep it available for mdb_txn_renew.

  6. NegativeOffset :: Int -> StatsProblem

    misfortune Data.Fortune

    No documentation available.

  7. stringOffset :: IndexEntry -> !Int

    misfortune Data.Fortune

    The location of the string in the file, as a byte offset

  8. parseTransactions :: String -> Err [Transaction]

    ofx Data.OFX

    Parses an OFX file and gets the list of Transaction.

  9. tzOffset :: Parser TimeZone

    ofx Data.OFX

    Parses a time zone offset. Fails if there is no time zone offset to parse.

  10. module Data.Colour.Palette.BrewerSet

    Sets of between 3 and 12 colors. This product includes color specifications and designs developed by Cynthia Brewer.

Page 250 of many | Previous | Next