Hoogle Search
Within LTS Haskell 24.28 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
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.
-
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.
fromSortedList :: SortedList a -> [a]sorted-list Data.SortedList O(1). Create a list from a SortedList. The returned list is guaranteed to be sorted.
toSortedList :: Ord a => [a] -> SortedList asorted-list Data.SortedList Create a SortedList by sorting a regular list.
locOfList :: Located a => [a] -> Locsrcloc Data.Loc No documentation available.
promotedTupleFromList :: Quote m => [m Type] -> m Typetypelevel-tools-yj Data.TypeLevel.List.TH No documentation available.
tupleFromList :: Quote m => [m Type] -> m Typetypelevel-tools-yj Data.TypeLevel.List.TH No documentation available.
freeList :: FrozenDictionary (ks :: Type -> Type) k (vs :: Type -> Type) v -> !Intvector-hashtables Data.Vector.Hashtables No documentation available.
-
vector-hashtables Data.Vector.Hashtables O(n) Convert list to a Dictionary.
-
vector-hashtables Data.Vector.Hashtables O(n) Convert Dictionary to a list.