branch: elpa/sweeprolog commit 615312796cb3636c25498c39aa8c95d03166b595 Author: Eshel Yaron <m...@eshelyaron.com> Commit: Eshel Yaron <m...@eshelyaron.com>
FIXED: copy paste error (singleton variable) --- sweep.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sweep.pl b/sweep.pl index 56d4d816e5..1f3830f71b 100644 --- a/sweep.pl +++ b/sweep.pl @@ -213,7 +213,7 @@ sweep_predicate_completion_annotated(Sub, F/N, [S|A]) :- sweep_predicate_completion_op_annotation(F, Ps, [op(Pri,Fix)|Ps]) :- current_op(Pri, Fix, F), !. -sweep_predicate_completion_op_annotation(F, Ps, Ps). +sweep_predicate_completion_op_annotation(_, Ps, Ps). sweep_head_annotation([H|T]) --> sweep_head_annotation_(H),