a35387da617de416f4ed5e527e30da52e264ee97
[clean-tests.git] / array_itasks / Sub.dcl
1 definition module Sub
2
3 from main import :: Expr
4
5 :: Expr | (-.) infixl 6 Expr Expr
6
7 evalSub :: Expr -> Int
8 pprintSub :: Expr -> String