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

Hoogle Search

Within LTS Haskell 24.3 (ghc-9.10.2)

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

  1. reverse :: Text -> Text

    rio RIO.Text.Lazy

    O(n) reverse t returns the elements of t in reverse order.

  2. reverse :: Vector v a => v a -> v a

    rio RIO.Vector

    No documentation available.

  3. reverse :: Vector a -> Vector a

    rio RIO.Vector.Boxed

    No documentation available.

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

    rio RIO.Vector.Storable

    No documentation available.

  5. reverse :: Unbox a => Vector a -> Vector a

    rio RIO.Vector.Unboxed

    No documentation available.

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

    storablevector Data.StorableVector

    O(n) reverse xs efficiently returns the elements of xs in reverse order.

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

    storablevector Data.StorableVector.Lazy

    No documentation available.

  8. reverse :: Storable a => Vector a -> Vector a

    storablevector Data.StorableVector.Lazy.Pattern

    No documentation available.

  9. reverse :: (Size size, Storable a) => Vector size a -> Vector size a

    storablevector Data.StorableVector.Lazy.Typed

    No documentation available.

  10. reverse :: Factorial m => m -> m

    monoid-subclasses Data.Semigroup.Factorial

    Equivalent to reverse from Data.List.

Page 4 of many | Previous | Next

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