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.

  1. fromHStoreList :: HStoreList -> [(Text, Text)]

    postgresql-simple Database.PostgreSQL.Simple.HStore

    No documentation available.

  2. parseHStoreList :: ByteString -> Either String HStoreList

    postgresql-simple Database.PostgreSQL.Simple.HStore

    No documentation available.

  3. maybeToList :: Maybe a -> [a]

    strict Data.Strict.Maybe

    Analogous to maybeToList in Data.Maybe.

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

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

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

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

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

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

  10. fromList :: Indexed sh => sh -> [Index sh] -> Array sh

    comfort-array Data.Array.Comfort.Bool

    No documentation available.

Page 76 of many | Previous | Next