QuasiExpr
data Expr
Constructors
Instances
Methods
showsPrec :: Int -> Expr -> ShowS
show :: Expr -> String
showList :: [Expr] -> ShowS
data BinOp
showsPrec :: Int -> BinOp -> ShowS
show :: BinOp -> String
showList :: [BinOp] -> ShowS
eval :: Expr -> Integer
expr :: QuasiQuoter
parseExprExp :: String -> Q Exp