Hoogle Search
Within LTS Haskell 24.12 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
unsafeLastM :: (Vector v a, Monad m) => v a -> m arebase Rebase.Data.Vector.Generic No documentation available.
unsafeLast :: Prim a => Vector a -> arebase Rebase.Data.Vector.Primitive No documentation available.
unsafeLastM :: (Prim a, Monad m) => Vector a -> m arebase Rebase.Data.Vector.Primitive No documentation available.
unsafeLast :: Storable a => Vector a -> arebase Rebase.Data.Vector.Storable No documentation available.
unsafeLastM :: (Storable a, Monad m) => Vector a -> m arebase Rebase.Data.Vector.Storable No documentation available.
unsafeLast :: Unbox a => Vector a -> arebase Rebase.Data.Vector.Unboxed No documentation available.
unsafeLastM :: (Unbox a, Monad m) => Vector a -> m arebase Rebase.Data.Vector.Unboxed No documentation available.
sinceLastS :: forall (m :: Type -> Type) cl a . Monad m => ClSF m cl a (Diff (Time cl))rhine FRP.Rhine.ClSF.Util Continuously return the time difference since the last tick.
sinceLast :: TimeInfo cl -> Diff (Time cl)rhine FRP.Rhine.Clock Time passed since the last tick
module FRP.Rhine.ResamplingBuffer.
KeepLast A buffer keeping the last value, or zero-order hold.