QuasiExpr
data Expr #
Constructors
Defined in QuasiExpr
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 #