Initial commit
[minfp.git] / gen.icl
1 implementation module gen
2
3 import StdEnv
4
5 import ast
6
7 gen :: AST -> Either [String] [String]