oops :(
This commit is contained in:
parent
b5e1476a20
commit
48c1bed5f9
@ -405,6 +405,8 @@ o:p(B) :- n:g, X is 2+3, call(B).
|
|||||||
'$build_up'(HM, NH, SM, B1, (NH :- B1), BO, ( NH :- BO)) :- HM == SM, !.
|
'$build_up'(HM, NH, SM, B1, (NH :- B1), BO, ( NH :- BO)) :- HM == SM, !.
|
||||||
'$build_up'(HM, NH, _SM, B1, (NH :- B1), BO, ( HM:NH :- BO)) :- !.
|
'$build_up'(HM, NH, _SM, B1, (NH :- B1), BO, ( HM:NH :- BO)) :- !.
|
||||||
|
|
||||||
|
'$expand_clause_body'(V, _NH1, _HM1, _SM, M, call(M:V), call(M:V) ) :-
|
||||||
|
var(V), !.
|
||||||
'$expand_clause_body'(true, _NH1, _HM1, _SM, _M, true, true ) :- !.
|
'$expand_clause_body'(true, _NH1, _HM1, _SM, _M, true, true ) :- !.
|
||||||
'$expand_clause_body'(B, H, HM, SM, M, B1, BO ) :-
|
'$expand_clause_body'(B, H, HM, SM, M, B1, BO ) :-
|
||||||
'$module_u_vars'(HM , H, UVars), % collect head variables in
|
'$module_u_vars'(HM , H, UVars), % collect head variables in
|
||||||
|
Reference in New Issue
Block a user