DISABLE FDs (REMOVE ME).
[jackhill/mal.git] / ada / printer.ads
CommitLineData
673ee61c
CM
1with Types;
2
3package Printer is
4
fbad73cb 5 function Pr_Str (M : Types.Mal_Handle) return String;
673ee61c
CM
6
7end Printer;