• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

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. singleton :: a -> Queue a

    queues Queue

    A singleton queue.

  2. singleton :: a -> EphemeralQueue a

    queues Queue.Ephemeral

    A singleton queue.

  3. singleton :: Word -> a -> Patricia a

    radix-tree Data.Patricia.Word.Lazy

    Tree with a single entry.

  4. singleton :: Word -> a -> Patricia a

    radix-tree Data.Patricia.Word.Strict

    Tree with a single entry.

  5. singleton :: Feed1 -> a -> Radix1Tree a

    radix-tree Data.Radix1Tree.Word8.Lazy

    Tree with a single entry.

  6. singleton :: Feed1 -> a -> Radix1Tree a

    radix-tree Data.Radix1Tree.Word8.Strict

    Tree with a single entry.

  7. singleton :: Feed -> a -> RadixTree a

    radix-tree Data.RadixTree.Word8.Lazy

    Tree with a single entry.

  8. singleton :: Feed -> a -> RadixTree a

    radix-tree Data.RadixTree.Word8.Strict

    Tree with a single entry.

  9. singleton :: a -> RAList a

    ral Data.RAList

    Single element RAList.

  10. singleton :: a -> NERAList a

    ral Data.RAList.NonEmpty

    Single element NERAList.

Page 34 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete