Hoogle Search

Within LTS Haskell 24.55 (ghc-9.10.3)

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

    os-string System.OsString

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

  7. reverse :: ShortByteString -> ShortByteString

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

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

  8. reverse :: ShortByteString -> ShortByteString

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

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

  9. reverse :: OsString -> OsString

    os-string System.OsString.Internal

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

  10. reverse :: PosixString -> PosixString

    os-string System.OsString.Posix

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

Page 4 of many | Previous | Next