diff --git a/basis/grouping/grouping.factor b/basis/grouping/grouping.factor index 9c849e9b69..233d793483 100644 --- a/basis/grouping/grouping.factor +++ b/basis/grouping/grouping.factor @@ -103,7 +103,10 @@ PRIVATE> : all-eq? ( seq -- ? ) [ eq? ] monotonic? ; -TUPLE: circular-slice { from read-only } { to read-only } { seq read-only } ; +TUPLE: circular-slice + { from integer read-only } + { to integer read-only } + { seq read-only } ; INSTANCE: circular-slice virtual-sequence