X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=basis%2Flists%2Flazy%2Flazy-docs.factor;h=a1c1ac983e6ee3f82274ba7f080e912d39e98a83;hp=fa43da2186b2bd211a896301c7f7f6523c409756;hb=96d543056491bfd71e65a093f4add5a6a5bb780d;hpb=6206ba5583b7616c59741963dbf01d8c9c88e223 diff --git a/basis/lists/lazy/lazy-docs.factor b/basis/lists/lazy/lazy-docs.factor index fa43da2186..a1c1ac983e 100644 --- a/basis/lists/lazy/lazy-docs.factor +++ b/basis/lists/lazy/lazy-docs.factor @@ -1,7 +1,6 @@ ! Copyright (C) 2006 Chris Double. ! See http://factorcode.org/license.txt for BSD license. -USING: help.markup help.syntax kernel lists math sequences -strings ; +USING: help.markup help.syntax lists math sequences strings ; IN: lists.lazy ABOUT: "lists.lazy"