• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.53 (ghc-9.10.3)

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

  1. singleton :: Storable a => a -> Vector a

    storablevector Data.StorableVector.Lazy

    No documentation available.

  2. singleton :: Storable a => a -> Vector a

    storablevector Data.StorableVector.Lazy.Pattern

    No documentation available.

  3. singleton :: Storable a => a -> Vector size a

    storablevector Data.StorableVector.Lazy.Typed

    No documentation available.

  4. singleton :: TextualMonoid t => Char -> t

    monoid-subclasses Data.Monoid.Textual

    Creates a prime monoid containing a single character.

    singleton c == fromString [c]
    

  5. singleton :: a -> DList a

    Cabal-syntax Distribution.Compat.DList

    Make DList containing single element.

  6. singleton :: a -> NonEmptySet a

    Cabal-syntax Distribution.Compat.NonEmptySet

    No documentation available.

  7. singleton :: Storable a => a -> Array () a

    comfort-array Data.Array.Comfort.Storable

    \x  ->  Array.singleton x ! () == (x::Word16)
    

  8. singleton :: Storable a => a -> Array () a

    comfort-array Data.Array.Comfort.Storable.Unchecked

    \x  ->  Array.singleton x ! () == (x::Word16)
    

  9. singleton :: Measured v a => a -> FingerTree v a

    fingertree Data.FingerTree

    O(1). A singleton sequence.

  10. singleton :: Ord v => Interval v -> a -> IntervalMap v a

    fingertree Data.IntervalMap.FingerTree

    O(1). Interval map with a single entry.

Page 9 of many | Previous | Next

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