Safe HaskellNone

QuasiExpr

Documentation

data Expr #

Instances

Instances details
Show Expr # 
Instance details

Defined in QuasiExpr

Methods

showsPrec :: Int -> Expr -> ShowS #

show :: Expr -> String #

showList :: [Expr] -> ShowS #

data BinOp #

Constructors

AddOp 
SubOp 
MulOp 
DivOp 

Instances

Instances details
Show BinOp # 
Instance details

Defined in QuasiExpr

Methods

showsPrec :: Int -> BinOp -> ShowS #

show :: BinOp -> String #

showList :: [BinOp] -> ShowS #