Merge pull request #377 from asarhaddon/fix-runtests-pre-eval
[jackhill/mal.git] / d / printer.d
CommitLineData
f82cb965
DM
1import types;
2
3string pr_str(MalType obj, bool readable = true)
4{
5 return obj.print(readable);
6}