[Improve quasi-quotation test and add reference output David Waern **20090122195747] { addfile ./tests/tests/QuasiExpr.html.ref hunk ./tests/tests/QuasiExpr.html.ref 1 + + +QuasiExpr
 ContentsIndex
QuasiExpr
Documentation
data Expr
Constructors
IntExpr Integer
AntiIntExpr String
BinopExpr BinOp Expr Expr
AntiExpr String
show/hide Instances
Data Expr
Show Expr
Typeable Expr
data BinOp
Constructors
AddOp
SubOp
MulOp
DivOp
show/hide Instances
Data BinOp
Show BinOp
Typeable BinOp
eval :: Expr -> Integer
parseExprExp :: String -> Q Exp
Produced by Haddock version 2.4.2
hunk ./tests/tests/QuasiQuote.hs 8 -run :: IO () -run = do { print $ eval [$expr|1 + 2|] } +val :: Integer +val = eval [$expr|1 + 2|] addfile ./tests/tests/QuasiQuote.html.ref hunk ./tests/tests/QuasiQuote.html.ref 1 + + +QuasiQuote
 ContentsIndex
QuasiQuote
Documentation
val :: Integer
Produced by Haddock version 2.4.2
}