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.
domLastChild :: DOM -> DOMID -> Maybe DOMIDzenacy-html Zenacy.HTML.Internal.DOM Returns the last child of a node if it exists.
lexerLast :: Lexer s -> STRef s [Word8]zenacy-html Zenacy.HTML.Internal.Lexer The last start tag name to have been emitted.
htmlElemNodeLast :: HTMLNode -> Maybe HTMLNodezenacy-html Zenacy.HTML.Internal.Oper Gets the last child for an element.
htmlQueryIsLast :: HTMLQuery ()zenacy-html Zenacy.HTML.Internal.Query Tests the current node to see if it is the last sibling.
-
zenacy-html Zenacy.HTML.Internal.Query Moves the query to the last child node.
htmlZipLast :: HTMLZipper -> Maybe HTMLZipperzenacy-html Zenacy.HTML.Internal.Zip Moves the zipper to the last child node.
htmlZipTestLast :: HTMLZipper -> Maybe HTMLZipperzenacy-html Zenacy.HTML.Internal.Zip Test whether the zipper is at the last child node.
queryLastState :: Binary a => String -> IO azeromq4-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.
queryLastState :: Binary a => String -> IO azeromq4-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.
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.