Corrected the meta_predicate/1 directive for the built-in tabling predicate tabling_mode/2.
This commit is contained in:
parent
e7f5c50707
commit
76ee19ab59
@ -14,7 +14,7 @@
|
|||||||
:- meta_predicate
|
:- meta_predicate
|
||||||
table(:),
|
table(:),
|
||||||
is_tabled(:),
|
is_tabled(:),
|
||||||
tabling_mode(:),
|
tabling_mode(:,?),
|
||||||
abolish_table(:),
|
abolish_table(:),
|
||||||
show_table(:),
|
show_table(:),
|
||||||
table_statistics(:),
|
table_statistics(:),
|
||||||
|
Reference in New Issue
Block a user