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

Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. singleton :: a -> ListN 1 a

    basement Basement.Sized.List

    create a list of 1 element

  2. singleton :: PrimType ty => ty -> UVect 1 ty

    basement Basement.Sized.UVect

    No documentation available.

  3. singleton :: ty -> Vect 1 ty

    basement Basement.Sized.Vect

    No documentation available.

  4. singleton :: Char -> String

    basement Basement.String

    Create a single element String

  5. singleton :: PrimType ty => ty -> UArray ty

    basement Basement.UArray

    No documentation available.

  6. singleton :: time -> body -> T time body

    event-list Data.EventList.Absolute.TimeBody

    No documentation available.

  7. singleton :: body -> time -> T time body

    event-list Data.EventList.Relative.BodyTime

    No documentation available.

  8. singleton :: time -> body -> T time body

    event-list Data.EventList.Relative.TimeBody

    No documentation available.

  9. singleton :: forall (v :: Type -> Type) a . Vector v a => a -> Vector v 1 a

    vector-sized Data.Vector.Generic.Sized

    O(1) Vector with exactly one element.

  10. singleton :: Prim a => a -> Vector 1 a

    vector-sized Data.Vector.Primitive.Sized

    O(1) Vector with exactly one element.

Page 11 of many | Previous | Next

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