assocs: change enum to immutable-sequence.

John Benediktsson 2013-02-22 06:58:29 -08:00
parent 5a97ee1e25
commit 44ecc1616c
1 changed files with 1 additions and 3 deletions

View File

@ -260,6 +260,4 @@ M: enum length seq>> length ; inline
M: enum nth-unsafe dupd seq>> nth-unsafe 2array ; inline
M: enum set-nth-unsafe seq>> set-nth-unsafe ; inline
INSTANCE: enum sequence
INSTANCE: enum immutable-sequence