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.

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

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

    rhine FRP.Rhine.Schedule

    No documentation available.

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

    rhine FRP.Rhine.Schedule

    No documentation available.

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

    rhine FRP.Rhine.Schedule

    No documentation available.

  5. unsafeLast :: ByteString -> Word8

    streaming-bytestring Streaming.ByteString.Internal

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

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

    xmlhtml Text.XmlHtml.Cursor

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

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

    xmlhtml Text.XmlHtml.Cursor

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

  8. isLast :: Cursor -> Bool

    xmlhtml Text.XmlHtml.Cursor

    Determines if the Cursor is at a last child.

  9. endOmittableLast :: HashSet Text

    xmlhtml Text.XmlHtml.HTML.Meta

    List of elements with omittable end tags.

  10. _layout_grid_last :: Layout x y -> Bool

    Chart Graphics.Rendering.Chart.Layout

    If the grid shall be rendered beneath (False) or over (True) all plots.

Page 95 of many | Previous | Next