ˆ/2 and ˆ/3 are not built-ins.
This commit is contained in:
parent
18c3292dad
commit
0fd0662603
@ -15,11 +15,11 @@
|
|||||||
* *
|
* *
|
||||||
*************************************************************************/
|
*************************************************************************/
|
||||||
|
|
||||||
:- meta_predicate ^(?,0,?).
|
% :- meta_predicate ^(?,0,?).
|
||||||
^(Xs, Goal, Xs) :- call(Goal).
|
% ^(Xs, Goal, Xs) :- call(Goal).
|
||||||
|
|
||||||
:- meta_predicate ^(?,1,?,?).
|
% :- meta_predicate ^(?,1,?,?).
|
||||||
^(Xs0, Goal, Xs0, Xs) :- call(Goal, Xs).
|
% ^(Xs0, Goal, Xs0, Xs) :- call(Goal, Xs).
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Variables X in grammar rule bodies are translated as
|
Variables X in grammar rule bodies are translated as
|
||||||
|
Reference in New Issue
Block a user