remove dynamic clause declaration for clause internal
This commit is contained in:
@@ -813,8 +813,6 @@ setof(Template, Goal, Solution) :-
|
|||||||
).
|
).
|
||||||
|
|
||||||
|
|
||||||
:- dynamic('$clause'/2).
|
|
||||||
|
|
||||||
clause(H, B) :-
|
clause(H, B) :-
|
||||||
( var(H) ->
|
( var(H) ->
|
||||||
throw(error(instantiation_error, clause/2))
|
throw(error(instantiation_error, clause/2))
|
||||||
|
|||||||
Reference in New Issue
Block a user