Multifile func/3.

This commit is contained in:
Simon Forman
2019-08-11 18:45:57 -07:00
parent cd60816429
commit 79aa2f972d
5 changed files with 10 additions and 4 deletions
+1
View File
@@ -61,6 +61,7 @@ writeln(Stream, Thing) :-
do :-
open(`math.pl`, write, Stream),
write(Stream, `:- multifile(func/3).`), nl(Stream),
print_o(Stream, math_operator(Op)),
print_o(Stream, comparison_operator(Op)),
print_o(Stream, comparison_operator(Op, Po)),