1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-20 10:07:45 +03:00
mal/ada/printer.ads
2015-03-15 20:08:07 +00:00

8 lines
109 B
Ada

with Types;
package Printer is
function Pr_Str (M : Types.Mal_Type_Access) return String;
end Printer;