Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. fromListN :: MonadIO m => Int -> [a] -> m (MutArray a)

    streamly-core Streamly.Data.MutArray.Generic

    No documentation available.

  2. fromListM :: Applicative m => Unfold m [m a] a

    streamly-core Streamly.Data.Unfold

    Convert a list of monadic values to a Stream

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

    streamly-core Streamly.Internal.Data.Array

    Create an Array from the first N elements of a list. The array is allocated to size N, if the list terminates before N elements then the array may hold less than N elements.

  4. fromListRev :: Unbox a => [a] -> Array a

    streamly-core Streamly.Internal.Data.Array

    Create an Array from a list in reverse order. The list must be of finite size. Pre-release

  5. fromListRevN :: Unbox a => Int -> [a] -> Array a

    streamly-core Streamly.Internal.Data.Array

    Create an Array from the first N elements of a list in reverse order. The array is allocated to size N, if the list terminates before N elements then the array may hold less than N elements. Pre-release

  6. fromListN :: Int -> [a] -> Array a

    streamly-core Streamly.Internal.Data.Array.Generic

    No documentation available.

  7. fromListN :: (MonadIO m, Unbox a) => Int -> [a] -> m (MutArray a)

    streamly-core Streamly.Internal.Data.MutArray

    Create a MutArray from the first N elements of a list. The array is allocated to size N, if the list terminates before N elements then the array may hold less than N elements.

  8. fromListRev :: (MonadIO m, Unbox a) => [a] -> m (MutArray a)

    streamly-core Streamly.Internal.Data.MutArray

    Like fromList but writes the contents of the list in reverse order.

  9. fromListRevN :: (MonadIO m, Unbox a) => Int -> [a] -> m (MutArray a)

    streamly-core Streamly.Internal.Data.MutArray

    Like fromListN but writes the array in reverse order. Pre-release

  10. fromListN :: MonadIO m => Int -> [a] -> m (MutArray a)

    streamly-core Streamly.Internal.Data.MutArray.Generic

    No documentation available.

Page 55 of many | Previous | Next