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

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

    A map of one element.

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

  2. singleton :: Key -> a -> Word64Map a

    ghc-lib-parser GHC.Data.Word64Map.Lazy

    A map of one element.

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

  3. singleton :: Key -> a -> Word64Map a

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

    A map of one element.

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

  4. 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
    

  5. singleton :: Key -> Word64Set

    ghc-lib-parser GHC.Data.Word64Set

    A set of one element.

  6. singleton :: Key -> Word64Set

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

    A set of one element.

  7. singleton :: a -> [a]

    ghc-lib-parser GHC.Utils.Misc

    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