Corrected the meta_predicate/1 directive for the built-in tabling predicate tabling_mode/2.

This commit is contained in:
Paulo Moura 2010-12-09 18:21:26 +00:00
parent e7f5c50707
commit 76ee19ab59

View File

@ -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(:),