From 07b2a9407ebcc5be96c4f558ca9a8a31c40c6b54 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Fri, 22 Feb 2013 06:58:29 -0800 Subject: [PATCH] assocs: change enum to immutable-sequence. --- core/assocs/assocs.factor | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/core/assocs/assocs.factor b/core/assocs/assocs.factor index 24e1234b11..4eeeb617e0 100644 --- a/core/assocs/assocs.factor +++ b/core/assocs/assocs.factor @@ -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