Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. domLastChild :: DOM -> DOMID -> Maybe DOMID

    zenacy-html Zenacy.HTML.Internal.DOM

    Returns the last child of a node if it exists.

  2. lexerLast :: Lexer s -> STRef s [Word8]

    zenacy-html Zenacy.HTML.Internal.Lexer

    The last start tag name to have been emitted.

  3. htmlElemNodeLast :: HTMLNode -> Maybe HTMLNode

    zenacy-html Zenacy.HTML.Internal.Oper

    Gets the last child for an element.

  4. htmlQueryIsLast :: HTMLQuery ()

    zenacy-html Zenacy.HTML.Internal.Query

    Tests the current node to see if it is the last sibling.

  5. htmlQueryLast :: HTMLQuery ()

    zenacy-html Zenacy.HTML.Internal.Query

    Moves the query to the last child node.

  6. htmlZipLast :: HTMLZipper -> Maybe HTMLZipper

    zenacy-html Zenacy.HTML.Internal.Zip

    Moves the zipper to the last child node.

  7. htmlZipTestLast :: HTMLZipper -> Maybe HTMLZipper

    zenacy-html Zenacy.HTML.Internal.Zip

    Test whether the zipper is at the last child node.

  8. queryLastState :: Binary a => String -> IO a

    zeromq4-patterns System.ZMQ4.Patterns.Clone

    Only request the most recent state from the server. This function will query the ROUTER port for the latest state, and return it.

  9. queryLastState :: Binary a => String -> IO a

    zeromq4-patterns System.ZMQ4.Patterns.Clone.Internal

    Only request the most recent state from the server. This function will query the ROUTER port for the latest state, and return it.

  10. findLast :: Interval k e => IntervalMap k v -> (k, v)

    IntervalMap Data.IntervalMap.Generic.Lazy

    Returns the key with the largest endpoint and its associated value. If there is more than one key with that endpoint, return the rightmost. O(n), since all keys could have the same endpoint. O(log n) average case.

Page 221 of many | Previous | Next