1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-20 01:57:09 +03:00
mal/ada/printer.ads
2015-04-03 14:35:24 +01:00

8 lines
104 B
Ada

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