diff --git a/core/sequences/sequences.factor b/core/sequences/sequences.factor index 90103a79f9..4accabb8d6 100755 --- a/core/sequences/sequences.factor +++ b/core/sequences/sequences.factor @@ -99,8 +99,8 @@ M: f like drop [ f ] when-empty ; inline INSTANCE: f immutable-sequence ! Integers used to support the sequence protocol -M: integer length ; inline deprecated -M: integer nth-unsafe drop ; inline deprecated +M: integer length ; inline +M: integer nth-unsafe drop ; inline INSTANCE: integer immutable-sequence