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. c_leveldb_options_set_max_open_files :: OptionsPtr -> CInt -> IO ()

    leveldb-haskell Database.LevelDB.C

    No documentation available.

  2. c_leveldb_options_set_paranoid_checks :: OptionsPtr -> CUChar -> IO ()

    leveldb-haskell Database.LevelDB.C

    No documentation available.

  3. c_leveldb_options_set_write_buffer_size :: OptionsPtr -> CSize -> IO ()

    leveldb-haskell Database.LevelDB.C

    No documentation available.

  4. c_leveldb_readoptions_set_fill_cache :: ReadOptionsPtr -> CUChar -> IO ()

    leveldb-haskell Database.LevelDB.C

    No documentation available.

  5. c_leveldb_readoptions_set_snapshot :: ReadOptionsPtr -> SnapshotPtr -> IO ()

    leveldb-haskell Database.LevelDB.C

    No documentation available.

  6. c_leveldb_readoptions_set_verify_checksums :: ReadOptionsPtr -> CUChar -> IO ()

    leveldb-haskell Database.LevelDB.C

    No documentation available.

  7. c_leveldb_writeoptions_set_sync :: WriteOptionsPtr -> CUChar -> IO ()

    leveldb-haskell Database.LevelDB.C

    No documentation available.

  8. isSubset :: Mapping k m => m Bool -> m Bool -> Bool

    mappings Data.Mapping

    No documentation available.

  9. baseTraverse :: forall f a (m :: Type -> Type) w k v . (Applicative f, Ord a, Ord (m Int), Ord w, Mapping k m) => (v -> f w) -> Base k m a v -> f (Builder Int k m a w)

    mappings Data.Mapping.Decision

    Traverse bases

  10. safeSet :: forall (m :: Nat) (n :: Nat) a . a -> (Int, Int) -> Matrix m n a -> Maybe (Matrix m n a)

    matrix-static Data.Matrix.Static

    Variant of setElem that returns Maybe instead of an error.

Page 197 of many | Previous | Next