]> gitweb.factorcode.org Git - factor.git/commitdiff
dlists vocabulary
authorSlava Pestov <slava@factorcode.org>
Mon, 7 Feb 2005 23:31:06 +0000 (23:31 +0000)
committerSlava Pestov <slava@factorcode.org>
Mon, 7 Feb 2005 23:31:06 +0000 (23:31 +0000)
library/dlists.factor

index dcc47c78da5767c9812e00be242fbe9aa64c9ae6..51aef3013c90160f4acb128f393dcece70c10b19 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2005 Mackenzie Straight.
 ! See http://factor.sf.net/license.txt for BSD license.
-IN: lists USING: generic kernel math ;
+IN: dlists USING: generic kernel math ;
 
 ! Double-linked lists.