Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

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

  1. fromListUnboxed :: (Shape sh, Unbox a) => sh -> [a] -> Array U sh a

    repa Data.Array.Repa.Repr.Unboxed

    O(n). Convert a list to an unboxed vector array.

    • This is an alias for fromList with a more specific type.

  2. fromListVector :: Shape sh => sh -> [a] -> Array V sh a

    repa Data.Array.Repa.Repr.Vector

    O(n). Convert a list to a boxed vector array.

    • This is an alias for fromList with a more specific type.

  3. shapeOfList :: Shape sh => [Int] -> sh

    repa Data.Array.Repa.Shape

    Convert a list of dimensions to a shape

  4. module Data.SortedList

    This module defines a type for sorted lists, together with several functions to create and use values of that type. Many operations are optimized to take advantage of the list being sorted.

  5. data SortedList a

    sorted-list Data.SortedList

    Type of sorted lists. Any (non-bottom) value of this type is a sorted list. Use the Monoid instance to merge sorted lists.

  6. fromSortedList :: SortedList a -> [a]

    sorted-list Data.SortedList

    O(1). Create a list from a SortedList. The returned list is guaranteed to be sorted.

  7. toSortedList :: Ord a => [a] -> SortedList a

    sorted-list Data.SortedList

    Create a SortedList by sorting a regular list.

  8. locOfList :: Located a => [a] -> Loc

    srcloc Data.Loc

    No documentation available.

  9. promotedTupleFromList :: Quote m => [m Type] -> m Type

    typelevel-tools-yj Data.TypeLevel.List.TH

    No documentation available.

  10. tupleFromList :: Quote m => [m Type] -> m Type

    typelevel-tools-yj Data.TypeLevel.List.TH

    No documentation available.

Page 153 of many | Previous | Next