Merge pull request #2367 from triska/dcg_meta_predicates

ADDED: meta_predicate/1 declarations for (',')//2 and (;)//2
This commit is contained in:
Mark Thom
2024-03-26 15:21:37 -06:00
committed by GitHub

View File

@@ -33,6 +33,10 @@ to learn more about them.
:- meta_predicate phrase(2, ?, ?, ?, ?).
:- meta_predicate(','(2, 2, ?, ?)).
:- meta_predicate(;(2, 2, ?, ?)).
%% phrase(+Body, ?Ls).
%
% True iff Body describes the list Ls. Body must be a DCG body.