D implementation
[jackhill/mal.git] / d / main.di
1 import types : MalType;
2 import env : Env;
3
4 MalType EVAL(MalType ast, Env env);