CalcTypes
data Expr Source #
Constructors
Defined in CalcTypes
Methods
showsPrec :: Int -> Expr -> ShowS #
show :: Expr -> String #
showList :: [Expr] -> ShowS #
(==) :: Expr -> Expr -> Bool #
(/=) :: Expr -> Expr -> Bool #
data Ops Source #
showsPrec :: Int -> Ops -> ShowS #
show :: Ops -> String #
showList :: [Ops] -> ShowS #
(==) :: Ops -> Ops -> Bool #
(/=) :: Ops -> Ops -> Bool #
type Var = Char Source #
data Command Source #
showsPrec :: Int -> Command -> ShowS #
show :: Command -> String #
showList :: [Command] -> ShowS #
(==) :: Command -> Command -> Bool #
(/=) :: Command -> Command -> Bool #