Hoogle Search
Within LTS Haskell 24.40 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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.
keepLast :: forall (m :: Type -> Type) a cl1 cl2 . Monad m => a -> ResamplingBuffer m cl1 cl2 a arhine FRP.Rhine.ResamplingBuffer.KeepLast Always keeps the last input value, or in case of no input an initialisation value. If cl2 approximates continuity, this behaves like a zero-order hold.
LeafLastTime :: forall cl . Time cl -> LastTime clrhine FRP.Rhine.Schedule No documentation available.
-
rhine FRP.Rhine.Schedule No documentation available.
-
rhine FRP.Rhine.Schedule No documentation available.
unsafeLast :: ByteString -> Word8streaming-bytestring Streaming.ByteString.Internal Copied from Data.ByteString.Unsafe for compatibility with older bytestring.
insertLastChild :: Node -> Cursor -> Maybe Cursorxmlhtml Text.XmlHtml.Cursor Inserts a Node as the last child of the current element.
insertManyLastChild :: [Node] -> Cursor -> Maybe Cursorxmlhtml Text.XmlHtml.Cursor Inserts a list of Nodes as the last children of the current element.