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

Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. singleton :: Char -> Stream Char

    jsaddle Data.JSString.Internal.Fusion.Common

    O(1) Convert a character into a Stream Properties

    unstream . singleton = singleton
    

  2. singleton :: IsMap k m => k -> a -> m a

    morpheus-graphql-core Data.Morpheus.Internal.Utils

    No documentation available.

  3. singleton :: a -> FinMap 1 a

    parameterized-utils Data.Parameterized.FinMap.Safe

    O(1). A map with one element.

  4. singleton :: a -> FinMap 1 a

    parameterized-utils Data.Parameterized.FinMap.Unsafe

    O(1). A map with one element.

  5. singleton :: a -> Vector 1 a

    parameterized-utils Data.Parameterized.Vector

    Vector with exactly one element

  6. singleton :: a -> PointedList a

    pointedlist Data.List.PointedList

    Create a PointedList with a single element.

  7. singleton :: a -> PointedList a

    pointedlist Data.List.PointedList.Circular

    Create a PointedList with a single element.

  8. singleton :: (Hashable k, Ord k, Ord p) => k -> p -> v -> HashPSQ k p v

    psqueues Data.HashPSQ

    O(1) Build a queue with one element.

  9. singleton :: Ord p => Int -> p -> v -> IntPSQ p v

    psqueues Data.IntPSQ

    O(1) Build a queue with one element.

  10. singleton :: k -> p -> v -> OrdPSQ k p v

    psqueues Data.OrdPSQ

    O(1) Build a queue with one element.

Page 14 of many | Previous | Next

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