ADDED: meta_predicate/1 declarations for (',')//2 and (;)//2
This addresses #2366.
This commit is contained in:
@@ -33,6 +33,10 @@ to learn more about them.
|
|||||||
|
|
||||||
:- meta_predicate phrase(2, ?, ?, ?, ?).
|
:- meta_predicate phrase(2, ?, ?, ?, ?).
|
||||||
|
|
||||||
|
:- meta_predicate(','(2, 2, ?, ?)).
|
||||||
|
|
||||||
|
:- meta_predicate(;(2, 2, ?, ?)).
|
||||||
|
|
||||||
%% phrase(+Body, ?Ls).
|
%% phrase(+Body, ?Ls).
|
||||||
%
|
%
|
||||||
% True iff Body describes the list Ls. Body must be a DCG body.
|
% True iff Body describes the list Ls. Body must be a DCG body.
|
||||||
|
|||||||
Reference in New Issue
Block a user