aboutsummaryrefslogblamecommitdiff
path: root/html-test/ref/QuasiExpr.html
blob: 41129d591fec75e9b7c08228087a9be77a916f45 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11









                                                                                                                         
                                                                             




                                     
                      
               
                   
               
                               


                            







                             







                                
                                                
                    
                




                                         
                                                      
                             
                              




                                      
                                                          
                                 
                              




                                      
                                                        
                               




                              




                                      
                                                       
                              
                              










                                                                                             
                                          




                                                                                                                              
                             


                                        
                                
                                                                               































                                              






                                
                                                 
                     
                




                                         
                                                    





                                      
                                                    





                                      
                                                    





                                      
                                                    











                                                                                               
                                          




                                                                                                                                
                             


                                        
                                
                                                                                































                                              




                         
                                             
                    


                              


                         
                                             



                               
                                                     
                            
                           




                            
                             
                           


            
<!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
    >QuasiExpr</title
    ><link href="ocean.css" rel="stylesheet" type="text/css" title="Ocean"
     /><script src="haddock-util.js" type="text/javascript"
    ></script
    ><script type="text/javascript"
    >//<![CDATA[
window.onload = function () {pageLoad();setSynopsis("mini_QuasiExpr.html");};
//]]>
</script
    ></head
  ><body
  ><div id="package-header"
    ><ul class="links" id="page-menu"
      ><li
	><a href=""
	  >Contents</a
	  ></li
	><li
	><a href=""
	  >Index</a
	  ></li
	></ul
      ><p class="caption empty"
      >&nbsp;</p
      ></div
    ><div id="content"
    ><div id="module-header"
      ><table class="info"
	><tr
	  ><th
	    >Safe Haskell</th
	    ><td
	    >None</td
	    ></tr
	  ></table
	><p class="caption"
	>QuasiExpr</p
	></div
      ><div id="interface"
      ><h1
	>Documentation</h1
	><div class="top"
	><p class="src"
	  ><span class="keyword"
	    >data</span
	    > <a href="" id="t:Expr" class="def"
	    >Expr</a
	    ></p
	  ><div class="subs constructors"
	  ><p class="caption"
	    >Constructors</p
	    ><table
	    ><tr
	      ><td class="src"
		><a href="" id="v:IntExpr" class="def"
		  >IntExpr</a
		  > <a href=""
		  >Integer</a
		  ></td
		><td class="doc empty"
		>&nbsp;</td
		></tr
	      ><tr
	      ><td class="src"
		><a href="" id="v:AntiIntExpr" class="def"
		  >AntiIntExpr</a
		  > <a href=""
		  >String</a
		  ></td
		><td class="doc empty"
		>&nbsp;</td
		></tr
	      ><tr
	      ><td class="src"
		><a href="" id="v:BinopExpr" class="def"
		  >BinopExpr</a
		  > <a href=""
		  >BinOp</a
		  > <a href=""
		  >Expr</a
		  > <a href=""
		  >Expr</a
		  ></td
		><td class="doc empty"
		>&nbsp;</td
		></tr
	      ><tr
	      ><td class="src"
		><a href="" id="v:AntiExpr" class="def"
		  >AntiExpr</a
		  > <a href=""
		  >String</a
		  ></td
		><td class="doc empty"
		>&nbsp;</td
		></tr
	      ></table
	    ></div
	  ><div class="subs instances"
	  ><p id="control.i:Expr" class="caption collapser" onclick="toggleSection('i:Expr')"
	    >Instances</p
	    ><div id="section.i:Expr" class="show"
	    ><table
	      ><tr
		><td class="src clearfix"
		  ><span class="inst-left"
		    ><span id="control.i:id:Expr:Show:1" class="instance expander" onclick="toggleSection('i:id:Expr:Show:1')"
		      ></span
		      > <a href=""
		      >Show</a
		      > <a href=""
		      >Expr</a
		      ></span
		    ></td
		  ><td class="doc empty"
		  >&nbsp;</td
		  ></tr
		><tr
		><td colspan="2"
		  ><div id="section.i:id:Expr:Show:1" class="inst-details hide"
		    ><div class="subs methods"
		      ><p class="caption"
			>Methods</p
			><p class="src"
			><a href=""
			  >showsPrec</a
			  > :: <a href=""
			  >Int</a
			  > -&gt; <a href=""
			  >Expr</a
			  > -&gt; <a href=""
			  >ShowS</a
			  ></p
			><p class="src"
			><a href=""
			  >show</a
			  > :: <a href=""
			  >Expr</a
			  > -&gt; <a href=""
			  >String</a
			  ></p
			><p class="src"
			><a href=""
			  >showList</a
			  > :: [<a href=""
			  >Expr</a
			  >] -&gt; <a href=""
			  >ShowS</a
			  ></p
			></div
		      ></div
		    ></td
		  ></tr
		></table
	      ></div
	    ></div
	  ></div
	><div class="top"
	><p class="src"
	  ><span class="keyword"
	    >data</span
	    > <a href="" id="t:BinOp" class="def"
	    >BinOp</a
	    ></p
	  ><div class="subs constructors"
	  ><p class="caption"
	    >Constructors</p
	    ><table
	    ><tr
	      ><td class="src"
		><a href="" id="v:AddOp" class="def"
		  >AddOp</a
		  ></td
		><td class="doc empty"
		>&nbsp;</td
		></tr
	      ><tr
	      ><td class="src"
		><a href="" id="v:SubOp" class="def"
		  >SubOp</a
		  ></td
		><td class="doc empty"
		>&nbsp;</td
		></tr
	      ><tr
	      ><td class="src"
		><a href="" id="v:MulOp" class="def"
		  >MulOp</a
		  ></td
		><td class="doc empty"
		>&nbsp;</td
		></tr
	      ><tr
	      ><td class="src"
		><a href="" id="v:DivOp" class="def"
		  >DivOp</a
		  ></td
		><td class="doc empty"
		>&nbsp;</td
		></tr
	      ></table
	    ></div
	  ><div class="subs instances"
	  ><p id="control.i:BinOp" class="caption collapser" onclick="toggleSection('i:BinOp')"
	    >Instances</p
	    ><div id="section.i:BinOp" class="show"
	    ><table
	      ><tr
		><td class="src clearfix"
		  ><span class="inst-left"
		    ><span id="control.i:id:BinOp:Show:1" class="instance expander" onclick="toggleSection('i:id:BinOp:Show:1')"
		      ></span
		      > <a href=""
		      >Show</a
		      > <a href=""
		      >BinOp</a
		      ></span
		    ></td
		  ><td class="doc empty"
		  >&nbsp;</td
		  ></tr
		><tr
		><td colspan="2"
		  ><div id="section.i:id:BinOp:Show:1" class="inst-details hide"
		    ><div class="subs methods"
		      ><p class="caption"
			>Methods</p
			><p class="src"
			><a href=""
			  >showsPrec</a
			  > :: <a href=""
			  >Int</a
			  > -&gt; <a href=""
			  >BinOp</a
			  > -&gt; <a href=""
			  >ShowS</a
			  ></p
			><p class="src"
			><a href=""
			  >show</a
			  > :: <a href=""
			  >BinOp</a
			  > -&gt; <a href=""
			  >String</a
			  ></p
			><p class="src"
			><a href=""
			  >showList</a
			  > :: [<a href=""
			  >BinOp</a
			  >] -&gt; <a href=""
			  >ShowS</a
			  ></p
			></div
		      ></div
		    ></td
		  ></tr
		></table
	      ></div
	    ></div
	  ></div
	><div class="top"
	><p class="src"
	  ><a href="" id="v:eval" class="def"
	    >eval</a
	    > :: <a href=""
	    >Expr</a
	    > -&gt; <a href=""
	    >Integer</a
	    ></p
	  ></div
	><div class="top"
	><p class="src"
	  ><a href="" id="v:expr" class="def"
	    >expr</a
	    > :: QuasiQuoter</p
	  ></div
	><div class="top"
	><p class="src"
	  ><a href="" id="v:parseExprExp" class="def"
	    >parseExprExp</a
	    > :: <a href=""
	    >String</a
	    > -&gt; Q Exp</p
	  ></div
	></div
      ></div
    ><div id="footer"
    ><p
      >Produced by <a href=""
	>Haddock</a
	> version 2.16.2</p
      ></div
    ></body
  ></html
>