• 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 :: PosixChar -> PosixString

    os-string System.OsString.Posix

    No documentation available.

  2. singleton :: WindowsChar -> WindowsString

    os-string System.OsString.Windows

    No documentation available.

  3. singleton :: (Ord a, Ord b, Ord v) => a -> b -> v -> BiMultiMap a b v

    distributed-process Control.Distributed.Process.Internal.BiMultiMap

    A bidirectional multimap containing a single triplet.

  4. singleton :: Hashable k => k -> v -> InsOrdHashMap k v

    insert-ordered-containers Data.HashMap.Strict.InsOrd

    No documentation available.

  5. singleton :: Hashable k => k -> InsOrdHashSet k

    insert-ordered-containers Data.HashSet.InsOrd

    No documentation available.

  6. singleton :: a -> Many a

    pandoc-types Text.Pandoc.Builder

    No documentation available.

  7. singleton :: Char -> YiString

    yi-rope Yi.Rope

    Single character YiString. Consider whether it's worth creating this, maybe you can use cons or snoc instead?

  8. singleton :: a -> NonEmpty a

    base-compat-batteries Data.List.NonEmpty.Compat

    Construct a NonEmpty list from a single element.

  9. singleton :: time -> body -> T time body

    event-list Data.EventList.Absolute.TimeBody

    No documentation available.

  10. singleton :: body -> time -> T time body

    event-list Data.EventList.Relative.BodyTime

    No documentation available.

Page 10 of many | Previous | Next

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