-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathExprPretty.html
5 lines (5 loc) · 3.24 KB
/
ExprPretty.html
1
2
3
4
5
<!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>ExprPretty</title><link href="ocean.css" rel="stylesheet" type="text/css" title="Ocean" /><script src="haddock-util.js" type="text/javascript"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script><script type="text/javascript">//<![CDATA[
window.onload = function () {pageLoad();};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="index.html">Contents</a></li><li><a href="doc-index.html">Index</a></li></ul><p class="caption empty"> </p></div><div id="content"><div id="module-header"><table class="info"><tr><th valign="top">Copyright</th><td>(c) Daniel Rubinstein @2018</td></tr><tr><th>License</th><td>WTFPL</td></tr><tr><th>Maintainer</th><td>[email protected]</td></tr><tr><th>Stability</th><td>experimental</td></tr><tr><th>Portability</th><td>POSIX</td></tr><tr><th>Safe Haskell</th><td>None</td></tr></table><p class="caption">ExprPretty</p></div><div id="table-of-contents"><p class="caption">Contents</p><ul><li><a href="#section.orphans">Orphan instances</a></li></ul></div><div id="description"><p class="caption">Description</p><div class="doc"><p>Constains the show instance for the Expr datatype.
Nicely formats all of the different constructors of the Expr type.</p></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:parens">parens</a> :: String -> String</li></ul></div><div id="interface"><h1>Documentation</h1><div class="top"><p class="src"><a id="v:parens" class="def">parens</a> :: String -> String <a href="#v:parens" class="selflink">#</a></p><div class="doc"><p>A function that takes a string and returns that string with brackets surrounding it for formating purposes.</p></div></div><h1>Orphan instances</h1><div id="section.orphans" class="show"><table><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:o:ic:Show:Show:1" class="instance expander" onclick="toggleSection('i:o:ic:Show:Show:1')"></span> Show a => Show (<a href="ExprType.html#t:Expr">Expr</a> a)</span> <a href="#v:-36-fShowExpr" class="selflink">#</a></td><td class="doc"><p>The show instance for the <code><a href="ExprType.html#t:Expr">Expr</a></code> type.</p></td></tr><tr><td colspan="2"><div id="section.i:o:ic:Show:Show:1" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:showsPrec">showsPrec</a> :: Int -> <a href="ExprType.html#t:Expr">Expr</a> a -> ShowS</p><p class="src"><a href="#v:show">show</a> :: <a href="ExprType.html#t:Expr">Expr</a> a -> String</p><p class="src"><a href="#v:showList">showList</a> :: [<a href="ExprType.html#t:Expr">Expr</a> a] -> ShowS</p></div></div></td></tr></table></div></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.18.1</p></div></body></html>