curry gotcha
[cc1516.git] / gen.dcl
1 definition module gen
2
3 import AST
4 import Data.Either
5
6 gen :: AST -> Either String String