/usr/share/doc/libghc-xml-doc/html/Text-XML-Light-Proc.html is in libghc-xml-doc 1.3.14-6.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Text.XML.Light.Proc</title><link href="ocean.css" rel="stylesheet" type="text/css" title="Ocean" /><script src="haddock-util.js" type="text/javascript"></script><script src="file:///usr/share/javascript/mathjax/MathJax.js" type="text/javascript"></script><script type="text/javascript">//<![CDATA[
window.onload = function () {pageLoad();setSynopsis("mini_Text-XML-Light-Proc.html");};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="src/Text-XML-Light-Proc.html">Source</a></li><li><a href="index.html">Contents</a></li><li><a href="doc-index.html">Index</a></li></ul><p class="caption">xml-1.3.14: A simple XML library.</p></div><div id="content"><div id="module-header"><table class="info"><tr><th>Copyright</th><td>(c) Galois, Inc. 2007</td></tr><tr><th>License</th><td>BSD3</td></tr><tr><th>Maintainer</th><td>Iavor S. Diatchki <diatchki@galois.com></td></tr><tr><th>Stability</th><td>provisional</td></tr><tr><th>Portability</th><td></td></tr><tr><th>Safe Haskell</th><td>Safe</td></tr><tr><th>Language</th><td>Haskell98</td></tr></table><p class="caption">Text.XML.Light.Proc</p></div><div id="description"><p class="caption">Description</p><div class="doc empty"> </div></div><div id="synopsis"><p id="control.syn" class="caption expander" onclick="toggleSection('syn')">Synopsis</p><ul id="section.syn" class="hide" onclick="toggleSection('syn')"><li class="src short"><a href="#v:strContent">strContent</a> :: <a href="Text-XML-Light-Types.html#t:Element">Element</a> -> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-String.html#t:String">String</a></li><li class="src short"><a href="#v:onlyElems">onlyElems</a> :: [<a href="Text-XML-Light-Types.html#t:Content">Content</a>] -> [<a href="Text-XML-Light-Types.html#t:Element">Element</a>]</li><li class="src short"><a href="#v:elChildren">elChildren</a> :: <a href="Text-XML-Light-Types.html#t:Element">Element</a> -> [<a href="Text-XML-Light-Types.html#t:Element">Element</a>]</li><li class="src short"><a href="#v:onlyText">onlyText</a> :: [<a href="Text-XML-Light-Types.html#t:Content">Content</a>] -> [<a href="Text-XML-Light-Types.html#t:CData">CData</a>]</li><li class="src short"><a href="#v:findChildren">findChildren</a> :: <a href="Text-XML-Light-Types.html#t:QName">QName</a> -> <a href="Text-XML-Light-Types.html#t:Element">Element</a> -> [<a href="Text-XML-Light-Types.html#t:Element">Element</a>]</li><li class="src short"><a href="#v:filterChildren">filterChildren</a> :: (<a href="Text-XML-Light-Types.html#t:Element">Element</a> -> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Bool.html#t:Bool">Bool</a>) -> <a href="Text-XML-Light-Types.html#t:Element">Element</a> -> [<a href="Text-XML-Light-Types.html#t:Element">Element</a>]</li><li class="src short"><a href="#v:filterChildrenName">filterChildrenName</a> :: (<a href="Text-XML-Light-Types.html#t:QName">QName</a> -> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Bool.html#t:Bool">Bool</a>) -> <a href="Text-XML-Light-Types.html#t:Element">Element</a> -> [<a href="Text-XML-Light-Types.html#t:Element">Element</a>]</li><li class="src short"><a href="#v:findChild">findChild</a> :: <a href="Text-XML-Light-Types.html#t:QName">QName</a> -> <a href="Text-XML-Light-Types.html#t:Element">Element</a> -> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Maybe.html#t:Maybe">Maybe</a> <a href="Text-XML-Light-Types.html#t:Element">Element</a></li><li class="src short"><a href="#v:filterChild">filterChild</a> :: (<a href="Text-XML-Light-Types.html#t:Element">Element</a> -> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Bool.html#t:Bool">Bool</a>) -> <a href="Text-XML-Light-Types.html#t:Element">Element</a> -> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Maybe.html#t:Maybe">Maybe</a> <a href="Text-XML-Light-Types.html#t:Element">Element</a></li><li class="src short"><a href="#v:filterChildName">filterChildName</a> :: (<a href="Text-XML-Light-Types.html#t:QName">QName</a> -> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Bool.html#t:Bool">Bool</a>) -> <a href="Text-XML-Light-Types.html#t:Element">Element</a> -> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Maybe.html#t:Maybe">Maybe</a> <a href="Text-XML-Light-Types.html#t:Element">Element</a></li><li class="src short"><a href="#v:findElement">findElement</a> :: <a href="Text-XML-Light-Types.html#t:QName">QName</a> -> <a href="Text-XML-Light-Types.html#t:Element">Element</a> -> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Maybe.html#t:Maybe">Maybe</a> <a href="Text-XML-Light-Types.html#t:Element">Element</a></li><li class="src short"><a href="#v:filterElement">filterElement</a> :: (<a href="Text-XML-Light-Types.html#t:Element">Element</a> -> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Bool.html#t:Bool">Bool</a>) -> <a href="Text-XML-Light-Types.html#t:Element">Element</a> -> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Maybe.html#t:Maybe">Maybe</a> <a href="Text-XML-Light-Types.html#t:Element">Element</a></li><li class="src short"><a href="#v:filterElementName">filterElementName</a> :: (<a href="Text-XML-Light-Types.html#t:QName">QName</a> -> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Bool.html#t:Bool">Bool</a>) -> <a href="Text-XML-Light-Types.html#t:Element">Element</a> -> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Maybe.html#t:Maybe">Maybe</a> <a href="Text-XML-Light-Types.html#t:Element">Element</a></li><li class="src short"><a href="#v:findElements">findElements</a> :: <a href="Text-XML-Light-Types.html#t:QName">QName</a> -> <a href="Text-XML-Light-Types.html#t:Element">Element</a> -> [<a href="Text-XML-Light-Types.html#t:Element">Element</a>]</li><li class="src short"><a href="#v:filterElements">filterElements</a> :: (<a href="Text-XML-Light-Types.html#t:Element">Element</a> -> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Bool.html#t:Bool">Bool</a>) -> <a href="Text-XML-Light-Types.html#t:Element">Element</a> -> [<a href="Text-XML-Light-Types.html#t:Element">Element</a>]</li><li class="src short"><a href="#v:filterElementsName">filterElementsName</a> :: (<a href="Text-XML-Light-Types.html#t:QName">QName</a> -> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Bool.html#t:Bool">Bool</a>) -> <a href="Text-XML-Light-Types.html#t:Element">Element</a> -> [<a href="Text-XML-Light-Types.html#t:Element">Element</a>]</li><li class="src short"><a href="#v:findAttr">findAttr</a> :: <a href="Text-XML-Light-Types.html#t:QName">QName</a> -> <a href="Text-XML-Light-Types.html#t:Element">Element</a> -> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Maybe.html#t:Maybe">Maybe</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-String.html#t:String">String</a></li><li class="src short"><a href="#v:lookupAttr">lookupAttr</a> :: <a href="Text-XML-Light-Types.html#t:QName">QName</a> -> [<a href="Text-XML-Light-Types.html#t:Attr">Attr</a>] -> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Maybe.html#t:Maybe">Maybe</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-String.html#t:String">String</a></li><li class="src short"><a href="#v:lookupAttrBy">lookupAttrBy</a> :: (<a href="Text-XML-Light-Types.html#t:QName">QName</a> -> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Bool.html#t:Bool">Bool</a>) -> [<a href="Text-XML-Light-Types.html#t:Attr">Attr</a>] -> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Maybe.html#t:Maybe">Maybe</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-String.html#t:String">String</a></li><li class="src short"><a href="#v:findAttrBy">findAttrBy</a> :: (<a href="Text-XML-Light-Types.html#t:QName">QName</a> -> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Bool.html#t:Bool">Bool</a>) -> <a href="Text-XML-Light-Types.html#t:Element">Element</a> -> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Maybe.html#t:Maybe">Maybe</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-String.html#t:String">String</a></li></ul></div><div id="interface"><h1>Documentation</h1><div class="top"><p class="src"><a id="v:strContent" class="def">strContent</a> :: <a href="Text-XML-Light-Types.html#t:Element">Element</a> -> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-String.html#t:String">String</a> <a href="src/Text-XML-Light-Proc.html#strContent" class="link">Source</a> <a href="#v:strContent" class="selflink">#</a></p><div class="doc"><p>Get the text value of an XML element. This function
ignores non-text elements, and concatenates all text elements.</p></div></div><div class="top"><p class="src"><a id="v:onlyElems" class="def">onlyElems</a> :: [<a href="Text-XML-Light-Types.html#t:Content">Content</a>] -> [<a href="Text-XML-Light-Types.html#t:Element">Element</a>] <a href="src/Text-XML-Light-Proc.html#onlyElems" class="link">Source</a> <a href="#v:onlyElems" class="selflink">#</a></p><div class="doc"><p>Select only the elements from a list of XML content.</p></div></div><div class="top"><p class="src"><a id="v:elChildren" class="def">elChildren</a> :: <a href="Text-XML-Light-Types.html#t:Element">Element</a> -> [<a href="Text-XML-Light-Types.html#t:Element">Element</a>] <a href="src/Text-XML-Light-Proc.html#elChildren" class="link">Source</a> <a href="#v:elChildren" class="selflink">#</a></p><div class="doc"><p>Select only the elements from a parent.</p></div></div><div class="top"><p class="src"><a id="v:onlyText" class="def">onlyText</a> :: [<a href="Text-XML-Light-Types.html#t:Content">Content</a>] -> [<a href="Text-XML-Light-Types.html#t:CData">CData</a>] <a href="src/Text-XML-Light-Proc.html#onlyText" class="link">Source</a> <a href="#v:onlyText" class="selflink">#</a></p><div class="doc"><p>Select only the text from a list of XML content.</p></div></div><div class="top"><p class="src"><a id="v:findChildren" class="def">findChildren</a> :: <a href="Text-XML-Light-Types.html#t:QName">QName</a> -> <a href="Text-XML-Light-Types.html#t:Element">Element</a> -> [<a href="Text-XML-Light-Types.html#t:Element">Element</a>] <a href="src/Text-XML-Light-Proc.html#findChildren" class="link">Source</a> <a href="#v:findChildren" class="selflink">#</a></p><div class="doc"><p>Find all immediate children with the given name.</p></div></div><div class="top"><p class="src"><a id="v:filterChildren" class="def">filterChildren</a> :: (<a href="Text-XML-Light-Types.html#t:Element">Element</a> -> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Bool.html#t:Bool">Bool</a>) -> <a href="Text-XML-Light-Types.html#t:Element">Element</a> -> [<a href="Text-XML-Light-Types.html#t:Element">Element</a>] <a href="src/Text-XML-Light-Proc.html#filterChildren" class="link">Source</a> <a href="#v:filterChildren" class="selflink">#</a></p><div class="doc"><p>Filter all immediate children wrt a given predicate.</p></div></div><div class="top"><p class="src"><a id="v:filterChildrenName" class="def">filterChildrenName</a> :: (<a href="Text-XML-Light-Types.html#t:QName">QName</a> -> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Bool.html#t:Bool">Bool</a>) -> <a href="Text-XML-Light-Types.html#t:Element">Element</a> -> [<a href="Text-XML-Light-Types.html#t:Element">Element</a>] <a href="src/Text-XML-Light-Proc.html#filterChildrenName" class="link">Source</a> <a href="#v:filterChildrenName" class="selflink">#</a></p><div class="doc"><p>Filter all immediate children wrt a given predicate over their names.</p></div></div><div class="top"><p class="src"><a id="v:findChild" class="def">findChild</a> :: <a href="Text-XML-Light-Types.html#t:QName">QName</a> -> <a href="Text-XML-Light-Types.html#t:Element">Element</a> -> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Maybe.html#t:Maybe">Maybe</a> <a href="Text-XML-Light-Types.html#t:Element">Element</a> <a href="src/Text-XML-Light-Proc.html#findChild" class="link">Source</a> <a href="#v:findChild" class="selflink">#</a></p><div class="doc"><p>Find an immediate child with the given name.</p></div></div><div class="top"><p class="src"><a id="v:filterChild" class="def">filterChild</a> :: (<a href="Text-XML-Light-Types.html#t:Element">Element</a> -> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Bool.html#t:Bool">Bool</a>) -> <a href="Text-XML-Light-Types.html#t:Element">Element</a> -> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Maybe.html#t:Maybe">Maybe</a> <a href="Text-XML-Light-Types.html#t:Element">Element</a> <a href="src/Text-XML-Light-Proc.html#filterChild" class="link">Source</a> <a href="#v:filterChild" class="selflink">#</a></p><div class="doc"><p>Find an immediate child with the given name.</p></div></div><div class="top"><p class="src"><a id="v:filterChildName" class="def">filterChildName</a> :: (<a href="Text-XML-Light-Types.html#t:QName">QName</a> -> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Bool.html#t:Bool">Bool</a>) -> <a href="Text-XML-Light-Types.html#t:Element">Element</a> -> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Maybe.html#t:Maybe">Maybe</a> <a href="Text-XML-Light-Types.html#t:Element">Element</a> <a href="src/Text-XML-Light-Proc.html#filterChildName" class="link">Source</a> <a href="#v:filterChildName" class="selflink">#</a></p><div class="doc"><p>Find an immediate child with name matching a predicate.</p></div></div><div class="top"><p class="src"><a id="v:findElement" class="def">findElement</a> :: <a href="Text-XML-Light-Types.html#t:QName">QName</a> -> <a href="Text-XML-Light-Types.html#t:Element">Element</a> -> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Maybe.html#t:Maybe">Maybe</a> <a href="Text-XML-Light-Types.html#t:Element">Element</a> <a href="src/Text-XML-Light-Proc.html#findElement" class="link">Source</a> <a href="#v:findElement" class="selflink">#</a></p><div class="doc"><p>Find the left-most occurrence of an element matching given name.</p></div></div><div class="top"><p class="src"><a id="v:filterElement" class="def">filterElement</a> :: (<a href="Text-XML-Light-Types.html#t:Element">Element</a> -> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Bool.html#t:Bool">Bool</a>) -> <a href="Text-XML-Light-Types.html#t:Element">Element</a> -> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Maybe.html#t:Maybe">Maybe</a> <a href="Text-XML-Light-Types.html#t:Element">Element</a> <a href="src/Text-XML-Light-Proc.html#filterElement" class="link">Source</a> <a href="#v:filterElement" class="selflink">#</a></p><div class="doc"><p>Filter the left-most occurrence of an element wrt. given predicate.</p></div></div><div class="top"><p class="src"><a id="v:filterElementName" class="def">filterElementName</a> :: (<a href="Text-XML-Light-Types.html#t:QName">QName</a> -> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Bool.html#t:Bool">Bool</a>) -> <a href="Text-XML-Light-Types.html#t:Element">Element</a> -> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Maybe.html#t:Maybe">Maybe</a> <a href="Text-XML-Light-Types.html#t:Element">Element</a> <a href="src/Text-XML-Light-Proc.html#filterElementName" class="link">Source</a> <a href="#v:filterElementName" class="selflink">#</a></p><div class="doc"><p>Filter the left-most occurrence of an element wrt. given predicate.</p></div></div><div class="top"><p class="src"><a id="v:findElements" class="def">findElements</a> :: <a href="Text-XML-Light-Types.html#t:QName">QName</a> -> <a href="Text-XML-Light-Types.html#t:Element">Element</a> -> [<a href="Text-XML-Light-Types.html#t:Element">Element</a>] <a href="src/Text-XML-Light-Proc.html#findElements" class="link">Source</a> <a href="#v:findElements" class="selflink">#</a></p><div class="doc"><p>Find all non-nested occurances of an element.
(i.e., once we have found an element, we do not search
for more occurances among the element's children).</p></div></div><div class="top"><p class="src"><a id="v:filterElements" class="def">filterElements</a> :: (<a href="Text-XML-Light-Types.html#t:Element">Element</a> -> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Bool.html#t:Bool">Bool</a>) -> <a href="Text-XML-Light-Types.html#t:Element">Element</a> -> [<a href="Text-XML-Light-Types.html#t:Element">Element</a>] <a href="src/Text-XML-Light-Proc.html#filterElements" class="link">Source</a> <a href="#v:filterElements" class="selflink">#</a></p><div class="doc"><p>Find all non-nested occurrences of an element wrt. given predicate.
(i.e., once we have found an element, we do not search
for more occurances among the element's children).</p></div></div><div class="top"><p class="src"><a id="v:filterElementsName" class="def">filterElementsName</a> :: (<a href="Text-XML-Light-Types.html#t:QName">QName</a> -> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Bool.html#t:Bool">Bool</a>) -> <a href="Text-XML-Light-Types.html#t:Element">Element</a> -> [<a href="Text-XML-Light-Types.html#t:Element">Element</a>] <a href="src/Text-XML-Light-Proc.html#filterElementsName" class="link">Source</a> <a href="#v:filterElementsName" class="selflink">#</a></p><div class="doc"><p>Find all non-nested occurences of an element wrt a predicate over element names.
(i.e., once we have found an element, we do not search
for more occurances among the element's children).</p></div></div><div class="top"><p class="src"><a id="v:findAttr" class="def">findAttr</a> :: <a href="Text-XML-Light-Types.html#t:QName">QName</a> -> <a href="Text-XML-Light-Types.html#t:Element">Element</a> -> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Maybe.html#t:Maybe">Maybe</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-String.html#t:String">String</a> <a href="src/Text-XML-Light-Proc.html#findAttr" class="link">Source</a> <a href="#v:findAttr" class="selflink">#</a></p><div class="doc"><p>Lookup the value of an attribute.</p></div></div><div class="top"><p class="src"><a id="v:lookupAttr" class="def">lookupAttr</a> :: <a href="Text-XML-Light-Types.html#t:QName">QName</a> -> [<a href="Text-XML-Light-Types.html#t:Attr">Attr</a>] -> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Maybe.html#t:Maybe">Maybe</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-String.html#t:String">String</a> <a href="src/Text-XML-Light-Proc.html#lookupAttr" class="link">Source</a> <a href="#v:lookupAttr" class="selflink">#</a></p><div class="doc"><p>Lookup attribute name from list.</p></div></div><div class="top"><p class="src"><a id="v:lookupAttrBy" class="def">lookupAttrBy</a> :: (<a href="Text-XML-Light-Types.html#t:QName">QName</a> -> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Bool.html#t:Bool">Bool</a>) -> [<a href="Text-XML-Light-Types.html#t:Attr">Attr</a>] -> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Maybe.html#t:Maybe">Maybe</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-String.html#t:String">String</a> <a href="src/Text-XML-Light-Proc.html#lookupAttrBy" class="link">Source</a> <a href="#v:lookupAttrBy" class="selflink">#</a></p><div class="doc"><p>Lookup the first attribute whose name satisfies the given predicate.</p></div></div><div class="top"><p class="src"><a id="v:findAttrBy" class="def">findAttrBy</a> :: (<a href="Text-XML-Light-Types.html#t:QName">QName</a> -> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Bool.html#t:Bool">Bool</a>) -> <a href="Text-XML-Light-Types.html#t:Element">Element</a> -> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Maybe.html#t:Maybe">Maybe</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-String.html#t:String">String</a> <a href="src/Text-XML-Light-Proc.html#findAttrBy" class="link">Source</a> <a href="#v:findAttrBy" class="selflink">#</a></p><div class="doc"><p>Lookup the value of the first attribute whose name
satisfies the given predicate.</p></div></div></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.17.2</p></div></body></html>
|