From 65a131aa1cda9e7091020d2ee3c0641c0e111d93 Mon Sep 17 00:00:00 2001 From: kusumotonorio <47816570+kusumotonorio@users.noreply.github.com> Date: Sat, 15 Feb 2020 22:19:38 +0900 Subject: [PATCH] lists.factor: Added some vocab --- basis/lists/lists.factor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/basis/lists/lists.factor b/basis/lists/lists.factor index fe7fa2f608..fa646ad08b 100644 --- a/basis/lists/lists.factor +++ b/basis/lists/lists.factor @@ -1,7 +1,7 @@ ! Copyright (C) 2008 James Cash, Daniel Ehrenberg, Chris Double. ! See http://factorcode.org/license.txt for BSD license. -USING: accessors combinators.short-circuit kernel locals math -parser sequences ; +USING: accessors combinators combinators.short-circuit kernel +lexer locals make math parser sequences words ; IN: lists ! List Protocol