• 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 :: a -> NESet a

    nonempty-containers Data.Set.NonEmpty.Internal

    O(1). Create a singleton set.

  2. singleton :: Space s => Element s -> s

    numhask-space NumHask.Space

    space containing a single element

  3. singleton :: a -> Vector a

    rebase Rebase.Data.Vector

    No documentation available.

  4. singleton :: forall (m :: Type -> Type) a . Monad m => a -> Stream m a

    rebase Rebase.Data.Vector.Fusion.Stream.Monadic

    Singleton Stream

  5. singleton :: Vector v a => a -> v a

    rebase Rebase.Data.Vector.Generic

    No documentation available.

  6. singleton :: Prim a => a -> Vector a

    rebase Rebase.Data.Vector.Primitive

    No documentation available.

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

    rebase Rebase.Data.Vector.Storable

    No documentation available.

  8. singleton :: Unbox a => a -> Vector a

    rebase Rebase.Data.Vector.Unboxed

    No documentation available.

  9. singleton :: forall (m :: Type -> Type) . Monad m => Word8 -> ByteStream m ()

    streaming-bytestring Streaming.ByteString

    O(1) Yield a Word8 as a minimal ByteStream.

  10. singleton :: forall (m :: Type -> Type) . Monad m => Char -> ByteStream m ()

    streaming-bytestring Streaming.ByteString.Char8

    O(1) Yield a Char as a minimal ByteStream

Page 20 of many | Previous | Next

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