leave the expansion of incomplete goals in meta-predicates to call/N (#967, #970)

This commit is contained in:
Mark Thom
2021-05-19 14:07:46 -06:00
parent 57db17853e
commit 9002c33046
3 changed files with 29 additions and 29 deletions

View File

@@ -4,7 +4,7 @@
:- use_module(library(dif)).
:- meta_predicate if_(0, 0, 0).
:- meta_predicate if_(1, 0, 0).
if_(If_1, Then_0, Else_0) :-
call(If_1, T),