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 #

Instances

Instances details
Show BinOp #
Instance details

Defined in QuasiExpr

Methods

showsPrec :: Int -> BinOp -> ShowS #

show :: BinOp -> String #

showList :: [BinOp] -> ShowS #