Hoogle Search

Within LTS Haskell 24.37 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. matchingAsListCF :: (MonadUnliftIO m, KeyValue key value, Serialize key, Serialize value) => DB -> ColumnFamily -> key -> m [(key, value)]

    rocksdb-query Database.RocksDB.Query

    Like matching but return a list.

  2. matchingSkipAsList :: (MonadUnliftIO m, KeyValue key value, Serialize key, Serialize value) => DB -> key -> key -> m [(key, value)]

    rocksdb-query Database.RocksDB.Query

    Like matchingSkip, but return a list.

  3. matchingSkipAsListCF :: (MonadUnliftIO m, KeyValue key value, Serialize key, Serialize value) => DB -> ColumnFamily -> key -> key -> m [(key, value)]

    rocksdb-query Database.RocksDB.Query

    Like matchingSkip, but return a list.

  4. fromListDv :: Unbox a => [a] -> DVector a

    rp-tree Data.RPTree

    No documentation available.

  5. fromListSv :: Unbox a => Int -> [(Int, a)] -> SVector a

    rp-tree Data.RPTree

    (Unsafe) Pack a SVector from its vector dimension and components Note : the relevant invariants are not checked :

    • vector components are _assumed_ to be in increasing order
    • vector dimension is larger than any component index

  6. fromList :: [a] -> Vector a

    rrb-vector Data.RRBVector

    Create a new vector from a list.

  7. fromListUnbalanced :: [a] -> Vector a

    rrb-vector Data.RRBVector.Internal.Debug

    Create a new unbalanced vector from a list. Note that it is not possbible to create an invalid Vector with this function.

  8. fromJSONKeyList :: FromJSONKey a => FromJSONKeyFunction [a]

    safe-json Data.Aeson.Safe

    This is similar in spirit to the readList method of Read. It makes it possible to give String keys special treatment without using OverlappingInstances. End users should always be able to use the default implementation of this method.

  9. liftParseJSONList :: FromJSON1 f => Maybe a -> (Value -> Parser a) -> (Value -> Parser [a]) -> Value -> Parser [f a]

    safe-json Data.Aeson.Safe

    No documentation available.

  10. liftParseJSONList2 :: FromJSON2 f => Maybe a -> (Value -> Parser a) -> (Value -> Parser [a]) -> Maybe b -> (Value -> Parser b) -> (Value -> Parser [b]) -> Value -> Parser [f a b]

    safe-json Data.Aeson.Safe

    No documentation available.

Page 219 of many | Previous | Next