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

Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

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

    event-list Data.EventList.Relative.TimeBody

    No documentation available.

  2. 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.

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

    vector-sized Data.Vector.Primitive.Sized

    O(1) Vector with exactly one element.

  4. singleton :: a -> Vector 1 a

    vector-sized Data.Vector.Sized

    O(1) Vector with exactly one element.

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

    vector-sized Data.Vector.Storable.Sized

    O(1) Vector with exactly one element.

  6. singleton :: Unbox a => a -> Vector 1 a

    vector-sized Data.Vector.Unboxed.Sized

    O(1) Vector with exactly one element.

  7. singleton :: PrimType ty => ty -> Block ty

    basement Basement.Block

    No documentation available.

  8. singleton :: ty -> Array ty

    basement Basement.BoxedArray

    No documentation available.

  9. singleton :: PrimType ty => ty -> BlockN 1 ty

    basement Basement.Sized.Block

    No documentation available.

  10. singleton :: a -> ListN 1 a

    basement Basement.Sized.List

    create a list of 1 element

Page 11 of many | Previous | Next

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