Fixed a bug in the implementation of between/3. Reported by Bernd Gutmann.
This commit is contained in:
parent
94bdda200f
commit
c95134e94d
@ -293,7 +293,7 @@ between(I,M,J) :-
|
|||||||
(
|
(
|
||||||
var(J)
|
var(J)
|
||||||
->
|
->
|
||||||
'$between'(I,M,J)
|
I =< M, '$between'(I,M,J)
|
||||||
;
|
;
|
||||||
integer(J)
|
integer(J)
|
||||||
->
|
->
|
||||||
|
Reference in New Issue
Block a user