Skip to content

Commit 387e6fc

Browse files
committed
Revert "!!! THIS COMMIT SHOWS A BUG: the std.spy-do! seems to wrongly interact with the chr"
This reverts commit 8c7f985.
1 parent 02a58df commit 387e6fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/sources/chr_with_hypotheses.elpi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ q&trig1 :-
3939
pred p&trig.
4040
p&trig :-
4141
acc 3 => acc1 3 => declare_constraint (p 3) [_], declare_constraint trig [_],
42-
std.spy-do![acc 4 => acc1 5 => declare_constraint (p 4) [_], not (declare_constraint trig [_])],
42+
acc 4 => acc1 5 => declare_constraint (p 4) [_], not (declare_constraint trig [_]),
4343
acc 2 => acc1 4 => declare_constraint (p 4) [_], declare_constraint trig [_].
4444

4545
main :-

0 commit comments

Comments
 (0)