sem
[cc1516.git] / sem.icl
1 implementation module sem
2
3 import StdMisc
4
5 semanticAnalysis :: AST -> Either Error AST
6 semanticAnalysis a =