• 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 :: Ord k => Interval k -> a -> IntervalMap k a

    data-interval Data.IntervalMap.Strict

    A map with a single interval.

  2. singleton :: Ord r => Interval r -> IntervalSet r

    data-interval Data.IntervalSet

    single interval

  3. singleton :: DiGraph Int

    digraph Data.DiGraph

    The (irreflexive) singleton graph.

  4. singleton :: Key -> v -> WordMap v

    discrimination Data.Discrimination.Internal.WordMap

    Build a singleton WordMap

  5. singleton :: a -> T U1 a

    fixed-length Data.FixedLength

    No documentation available.

  6. singleton :: a -> FMList a

    fmlist Data.FMList

    No documentation available.

  7. singleton :: forall (c :: Type -> Type -> Type) k v . (IsList (c k v), Item (c k v) ~ (k, v)) => GMapEntry k v -> GMap c k v

    greskell Data.Greskell

    Create GMap that has the single GMapEntry.

  8. singleton :: NonEmptyLike t => a -> t a

    greskell Data.Greskell.NonEmptyLike

    Make a container with a single value.

  9. singleton :: Hashable k => k -> a -> Map k a

    hashmap Data.HashMap

    A map of one element.

  10. singleton :: Hashable a => a -> Set a

    hashmap Data.HashSet

    A set of one element.

Page 31 of many | Previous | Next

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