From f310ff24a5dd9189ba5f1e685499d41cf4e5297d Mon Sep 17 00:00:00 2001 From: Mark Date: Fri, 21 Jul 2023 11:35:57 -0600 Subject: [PATCH] remove now unnecessary cut in lists.pl --- src/lib/lists.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/lists.pl b/src/lib/lists.pl index 8a94ed6a..f1b7cdd5 100644 --- a/src/lib/lists.pl +++ b/src/lib/lists.pl @@ -396,7 +396,6 @@ nth0(N, Es0, E) :- skipn(N0, Es0,Es) :- N0>0, - !, % should not be necessary #1028 N1 is N0-1, Es0 = [_|Es1], skipn(N1, Es1,Es). -- 2.54.0