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

Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. singleton :: a -> Vector a

    rio RIO.Vector.Boxed

    No documentation available.

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

    rio RIO.Vector.Storable

    No documentation available.

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

    rio RIO.Vector.Unboxed

    No documentation available.

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

    storablevector Data.StorableVector

    O(1) Construct a Vector containing a single element

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

    storablevector Data.StorableVector.Lazy

    No documentation available.

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

    storablevector Data.StorableVector.Lazy.Pattern

    No documentation available.

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

    storablevector Data.StorableVector.Lazy.Typed

    No documentation available.

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

    monoid-subclasses Data.Monoid.Textual

    Creates a prime monoid containing a single character.

    singleton c == fromString [c]
    

  9. singleton :: OsChar -> OsString

    os-string System.OsString

    No documentation available.

  10. singleton :: Word8 -> ShortByteString

    os-string System.OsString.Data.ByteString.Short

    O(1) Convert a Word8 into a ShortByteString

Page 8 of many | Previous | Next

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