• 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 :: 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 :: OsChar -> OsString

    os-string System.OsString

    No documentation available.

  5. singleton :: Word8 -> ShortByteString

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

    O(1) Convert a Word8 into a ShortByteString

  6. singleton :: Word16 -> ShortByteString

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

    O(1) Convert a Word16 into a ShortByteString

  7. singleton :: OsChar -> OsString

    os-string System.OsString.Internal

    No documentation available.

  8. singleton :: PosixChar -> PosixString

    os-string System.OsString.Posix

    No documentation available.

  9. singleton :: WindowsChar -> WindowsString

    os-string System.OsString.Windows

    No documentation available.

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

    storablevector Data.StorableVector

    O(1) Construct a Vector containing a single element

Page 8 of many | Previous | Next

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