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. pastMidnight :: DiffTime -> TimeOfDay

    rio RIO.Time

    Same as timeToTimeOfDay.

  2. lastM :: Monad m => Vector a -> m a

    rio RIO.Vector.Boxed.Partial

    No documentation available.

  3. unsafeLastM :: Monad m => Vector a -> m a

    rio RIO.Vector.Boxed.Unsafe

    No documentation available.

  4. lastM :: (Vector v a, Monad m) => v a -> m a

    rio RIO.Vector.Partial

    No documentation available.

  5. lastM :: (Storable a, Monad m) => Vector a -> m a

    rio RIO.Vector.Storable.Partial

    No documentation available.

  6. unsafeLastM :: (Storable a, Monad m) => Vector a -> m a

    rio RIO.Vector.Storable.Unsafe

    No documentation available.

  7. lastM :: (Unbox a, Monad m) => Vector a -> m a

    rio RIO.Vector.Unboxed.Partial

    No documentation available.

  8. unsafeLastM :: (Unbox a, Monad m) => Vector a -> m a

    rio RIO.Vector.Unboxed.Unsafe

    No documentation available.

  9. unsafeLastM :: (Vector v a, Monad m) => v a -> m a

    rio RIO.Vector.Unsafe

    No documentation available.

  10. data RequestMethod

    HTTP Network.HTTP.Base

    The HTTP request method, to be used in the Request object. We are missing a few of the stranger methods, but these are not really necessary until we add full TLS.

Page 48 of many | Previous | Next