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.

  1. fromList :: (Ord k, Ord p) => [Binding k p] -> PSQ k p

    PSQueue Data.PSQueue.Internal

    O(n log n) Build a queue from a list of bindings.

  2. toAscList :: PSQ k p -> [Binding k p]

    PSQueue Data.PSQueue.Internal

    O(n) Convert a queue to a list in ascending order of keys.

  3. toAscLists :: PSQ k p -> Sequ (Binding k p)

    PSQueue Data.PSQueue.Internal

    No documentation available.

  4. toDescList :: PSQ k p -> [Binding k p]

    PSQueue Data.PSQueue.Internal

    O(n) Convert a queue to a list in descending order of keys.

  5. toDescLists :: PSQ k p -> Sequ (Binding k p)

    PSQueue Data.PSQueue.Internal

    No documentation available.

  6. toList :: PSQ k p -> [Binding k p]

    PSQueue Data.PSQueue.Internal

    O(n) Convert a queue to a list.

  7. fromList :: [a] -> Stream a

    Stream Data.Stream

    The fromList converts an infinite list to a stream. Beware: Passing a finite list, will cause an error.

  8. toList :: Stream a -> [a]

    Stream Data.Stream

    The toList converts a stream into an infinite list.

  9. entriesToList :: Entries -> [Entry]

    acid-state Data.Acid.Archive

    Convert Entries to a normal list, calling error if there was a failure in unpacking the archive.

  10. entriesToListNoFail :: Entries -> [Entry]

    acid-state Data.Acid.Archive

    Convert Entries to a normal list, silently ignoring a failure to unpack the archive and instead returning a truncated list.

Page 156 of many | Previous | Next