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.
-
rio RIO.Text.Lazy O(n) reverse t returns the elements of t in reverse order.
reverse :: Vector v a => v a -> v ario RIO.Vector No documentation available.
reverse :: Vector a -> Vector ario RIO.Vector.Boxed No documentation available.
reverse :: Storable a => Vector a -> Vector ario RIO.Vector.Storable No documentation available.
reverse :: Unbox a => Vector a -> Vector ario RIO.Vector.Unboxed No documentation available.
reverse :: OsString -> OsStringos-string System.OsString O(n) reverse xs efficiently returns the elements of xs in reverse order.
reverse :: ShortByteString -> ShortByteStringos-string System.OsString.Data.ByteString.Short O(n) reverse xs efficiently returns the elements of xs in reverse order.
reverse :: ShortByteString -> ShortByteStringos-string System.OsString.Data.ByteString.Short.Word16 O(n) reverse xs efficiently returns the elements of xs in reverse order.
reverse :: OsString -> OsStringos-string System.OsString.Internal O(n) reverse xs efficiently returns the elements of xs in reverse order.
reverse :: PosixString -> PosixStringos-string System.OsString.Posix O(n) reverse xs efficiently returns the elements of xs in reverse order.