update prolog_parser to v0.8.33

This commit is contained in:
Mark Thom
2019-10-06 12:02:47 -06:00
parent 93d1cd1b09
commit 673fb31ae2
3 changed files with 4 additions and 4 deletions

View File

@@ -48,7 +48,7 @@ expand_op_list([Op | OtherOps], Pred, Spec, [(:- op(Pred, Spec, Op)) | OtherResu
:- op(700, xfx, [==, \==, @=<, @>=, @<, @>]).
% the maximum arity flag. needs to be replaced with current_prolog_flag(max_arity, MAX_ARITY).
max_arity(63).
max_arity(255).
% conditional operators.
:- op(1050, xfy, ->).