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.

  1. 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.

  2. sinceLast :: TimeInfo cl -> Diff (Time cl)

    rhine FRP.Rhine.Clock

    Time passed since the last tick

  3. module FRP.Rhine.ResamplingBuffer.KeepLast

    A buffer keeping the last value, or zero-order hold.

  4. keepLast :: forall (m :: Type -> Type) a cl1 cl2 . Monad m => a -> ResamplingBuffer m cl1 cl2 a a

    rhine 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.

  5. LeafLastTime :: forall cl . Time cl -> LastTime cl

    rhine FRP.Rhine.Schedule

    No documentation available.

  6. ParallelLastTime :: forall cl1 cl2 . LastTime cl1 -> LastTime cl2 -> LastTime (ParallelClock cl1 cl2)

    rhine FRP.Rhine.Schedule

    No documentation available.

  7. SequentialLastTime :: forall cl1 cl2 . LastTime cl1 -> LastTime cl2 -> LastTime (SequentialClock cl1 cl2)

    rhine FRP.Rhine.Schedule

    No documentation available.

  8. unsafeLast :: ByteString -> Word8

    streaming-bytestring Streaming.ByteString.Internal

    Copied from Data.ByteString.Unsafe for compatibility with older bytestring.

  9. insertLastChild :: Node -> Cursor -> Maybe Cursor

    xmlhtml Text.XmlHtml.Cursor

    Inserts a Node as the last child of the current element.

  10. insertManyLastChild :: [Node] -> Cursor -> Maybe Cursor

    xmlhtml Text.XmlHtml.Cursor

    Inserts a list of Nodes as the last children of the current element.

Page 94 of many | Previous | Next