Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. fromListN :: Int -> [a] -> Vector a

    rio RIO.Vector.Boxed

    No documentation available.

  2. fromListN :: Storable a => Int -> [a] -> Vector a

    rio RIO.Vector.Storable

    No documentation available.

  3. fromListN :: Unbox a => Int -> [a] -> Vector a

    rio RIO.Vector.Unboxed

    No documentation available.

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

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

  6. fromListWithKey :: GCompare k2 => (forall (v :: k1) . () => k2 v -> f v -> f v -> f v) -> [DSum k2 f] -> DMap k2 f

    dependent-map Data.Dependent.Map

    O(n*log n). Build a map from a list of key/value pairs with a combining function. See also fromAscListWithKey.

  7. fromListN :: IsList l => Int -> [Item l] -> l

    relude Relude.Container.Reexport

    The fromListN function takes the input list's length and potentially uses it to construct the structure l more efficiently compared to fromList. If the given number does not equal to the input list's length the behaviour of fromListN is not specified.

    fromListN (length xs) xs == fromList xs
    

  8. fromListN :: IsList l => Int -> [Item l] -> l

    basement Basement.Compat.Base

    The fromListN function takes the input list's length and potentially uses it to construct the structure l more efficiently compared to fromList. If the given number does not equal to the input list's length the behaviour of fromListN is not specified.

    fromListN (length xs) xs == fromList xs
    

  9. fromListN :: IsList l => Int -> [Item l] -> l

    basement Basement.Compat.IsList

    The fromListN function takes the input list's length and potentially uses it to construct the structure l more efficiently compared to fromList. If the given number does not equal to the input list's length the behaviour of fromListN is not specified.

    fromListN (length xs) xs == fromList xs
    

  10. fromListN :: IsList l => Int -> [Item l] -> l

    basement Basement.Imports

    The fromListN function takes the input list's length and potentially uses it to construct the structure l more efficiently compared to fromList. If the given number does not equal to the input list's length the behaviour of fromListN is not specified.

    fromListN (length xs) xs == fromList xs
    

Page 44 of many | Previous | Next