minor cleanup

This commit is contained in:
Simon Forman
2019-08-20 22:00:27 -07:00
parent 6e646c012f
commit 558f45bf47
5 changed files with 32 additions and 11 deletions
+2 -1
View File
@@ -78,7 +78,8 @@ writeln(Stream, Thing) :-
do :-
open(`math.pl`, write, Stream),
write(Stream, `:- multifile(func/3).`), nl(Stream),
write(Stream, `:- multifile(func/3).`),
nl(Stream), nl(Stream),
print_o(Stream, math_operator(Op)),
print_o(Stream, comparison_operator(Op)),
print_o(Stream, comparison_operator(Op, Po)),