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 :: Key -> a -> Word64Map a

    ghc-lib-parser GHC.Data.Word64Map.Strict.Internal

    A map of one element.

    singleton 1 'a'        == fromList [(1, 'a')]
    size (singleton 1 'a') == 1
    

  2. singleton :: Key -> Word64Set

    ghc-lib-parser GHC.Data.Word64Set

    A set of one element.

  3. singleton :: Key -> Word64Set

    ghc-lib-parser GHC.Data.Word64Set.Internal

    A set of one element.

  4. singleton :: a -> [a]

    ghc-lib-parser GHC.Utils.Misc

    No documentation available.

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

    ordered-containers Data.Map.Ordered

    No documentation available.

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

    ordered-containers Data.Map.Ordered.Strict

    No documentation available.

  7. singleton :: a -> OSet a

    ordered-containers Data.Set.Ordered

    No documentation available.

  8. singleton :: a -> MaxQueue a

    pqueue Data.PQueue.Max

    Construct a priority queue with a single element.

  9. singleton :: a -> MinQueue a

    pqueue Data.PQueue.Min

    Construct a priority queue with a single element.

  10. singleton :: k -> a -> MaxPQueue k a

    pqueue Data.PQueue.Prio.Max

    Constructs a singleton priority queue.

Page 16 of many | Previous | Next