dlists vocabulary

cvs
Slava Pestov 2005-02-07 23:31:06 +00:00
parent 4d7f2b8143
commit b2dd65d4e6
1 changed files with 1 additions and 1 deletions

View 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.