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.
pastMidnight :: DiffTime -> TimeOfDayrio RIO.Time Same as timeToTimeOfDay.
lastM :: Monad m => Vector a -> m ario RIO.Vector.Boxed.Partial No documentation available.
unsafeLastM :: Monad m => Vector a -> m ario RIO.Vector.Boxed.Unsafe No documentation available.
lastM :: (Vector v a, Monad m) => v a -> m ario RIO.Vector.Partial No documentation available.
lastM :: (Storable a, Monad m) => Vector a -> m ario RIO.Vector.Storable.Partial No documentation available.
unsafeLastM :: (Storable a, Monad m) => Vector a -> m ario RIO.Vector.Storable.Unsafe No documentation available.
lastM :: (Unbox a, Monad m) => Vector a -> m ario RIO.Vector.Unboxed.Partial No documentation available.
unsafeLastM :: (Unbox a, Monad m) => Vector a -> m ario RIO.Vector.Unboxed.Unsafe No documentation available.
unsafeLastM :: (Vector v a, Monad m) => v a -> m ario RIO.Vector.Unsafe No documentation available.
-
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.