remove Option wrapper from cached_query

This commit is contained in:
Mark Thom
2018-12-10 21:21:15 -07:00
parent a4406f784a
commit 226bb7f9ed
4 changed files with 16 additions and 23 deletions

View File

@@ -41,15 +41,15 @@
:- op(700, xfx, >=).
:- op(700, xfx, =<).
% conditional operators.
:- op(1050, xfy, ->).
:- op(1100, xfy, ;).
% control.
:- op(700, xfx, =).
:- op(900, fy, \+).
:- op(700, xfx, =..).
% conditional operators.
:- op(1050, xfy, ->).
:- op(1100, xfy, ;).
% term comparison.
:- op(700, xfx, ==).
:- op(700, xfx, \==).