Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. singleton :: Char -> JSString

    jsaddle Data.JSString

    O(1) Convert a character into a JSString. Subject to fusion. Performs replacement on invalid scalar values.

  2. singleton :: Char -> Stream Char

    jsaddle Data.JSString.Internal.Fusion.Common

    O(1) Convert a character into a Stream Properties

    unstream . singleton = singleton
    

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

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

    No documentation available.

  4. singleton :: (k, v) -> OMap k v

    ordered-containers Data.Map.Ordered

    No documentation available.

  5. singleton :: (k, v) -> OMap k v

    ordered-containers Data.Map.Ordered.Strict

    No documentation available.

  6. singleton :: a -> OSet a

    ordered-containers Data.Set.Ordered

    No documentation available.

  7. singleton :: a -> FinMap 1 a

    parameterized-utils Data.Parameterized.FinMap.Safe

    O(1). A map with one element.

  8. singleton :: a -> FinMap 1 a

    parameterized-utils Data.Parameterized.FinMap.Unsafe

    O(1). A map with one element.

  9. singleton :: a -> Vector 1 a

    parameterized-utils Data.Parameterized.Vector

    Vector with exactly one element

  10. singleton :: a -> PointedList a

    pointedlist Data.List.PointedList

    Create a PointedList with a single element.

Page 14 of many | Previous | Next