Hoogle Search
Within LTS Haskell 24.27 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
fromHStoreList :: HStoreList -> [(Text, Text)]postgresql-simple Database.PostgreSQL.Simple.HStore No documentation available.
parseHStoreList :: ByteString -> Either String HStoreListpostgresql-simple Database.PostgreSQL.Simple.HStore No documentation available.
-
strict Data.Strict.Maybe Analogous to maybeToList in Data.Maybe.
fromList :: (HashTable h, Eq k, Hashable k) => [(k, v)] -> ST s (h s k v)hashtables Data.HashTable.Class Create a hash table from a list of key-value pairs. O(n).
fromListWithSizeHint :: (HashTable h, Eq k, Hashable k) => Int -> [(k, v)] -> ST s (h s k v)hashtables Data.HashTable.Class Create a hash table from a list of key-value pairs, with a size hint. O(n).
toList :: HashTable h => h s k v -> ST s [(k, v)]hashtables Data.HashTable.Class Given a hash table, produce a list of key-value pairs. O(n).
fromList :: (HashTable h, Eq k, Hashable k) => [(k, v)] -> IO (IOHashTable h k v)hashtables Data.HashTable.IO See the documentation for this function in fromList.
fromListWithSizeHint :: (HashTable h, Eq k, Hashable k) => Int -> [(k, v)] -> IO (IOHashTable h k v)hashtables Data.HashTable.IO See the documentation for this function in fromListWithSizeHint.
toList :: (HashTable h, Eq k, Hashable k) => IOHashTable h k v -> IO [(k, v)]hashtables Data.HashTable.IO See the documentation for this function in toList.
fromList :: Indexed sh => sh -> [Index sh] -> Array shcomfort-array Data.Array.Comfort.Bool No documentation available.