restore support for tabling and delimited continuations (#779)

This commit is contained in:
Mark Thom
2021-02-17 16:18:49 -07:00
parent 396c589743
commit 2a70ca375c
11 changed files with 23 additions and 6 deletions

View File

@@ -40,6 +40,8 @@
:- use_module(library(dcgs)).
:- use_module(library(error)).
:- multifile(tabled/2).
%%:- multifile
%% system:term_expansion/2,
%% tabled/2.