mirror of
https://github.com/kanaka/mal.git
synced 2024-11-10 12:47:45 +03:00
8 lines
104 B
Ada
8 lines
104 B
Ada
with Types;
|
|
|
|
package Printer is
|
|
|
|
function Pr_Str (M : Types.Mal_Handle) return String;
|
|
|
|
end Printer;
|