X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=extra%2Fdigraphs%2Fdigraphs.factor;h=38d934bc82aa744d37ff9bb8d185781d308d0a04;hp=ccbe90fb3c40ddbecd2d600605b2c37e3dc8f0d8;hb=96d543056491bfd71e65a093f4add5a6a5bb780d;hpb=6206ba5583b7616c59741963dbf01d8c9c88e223 diff --git a/extra/digraphs/digraphs.factor b/extra/digraphs/digraphs.factor index ccbe90fb3c..38d934bc82 100644 --- a/extra/digraphs/digraphs.factor +++ b/extra/digraphs/digraphs.factor @@ -1,6 +1,6 @@ ! Copyright (C) 2008 Alex Chapman ! See http://factorcode.org/license.txt for BSD license. -USING: accessors assocs hashtables hashtables.private kernel sequences vectors ; +USING: accessors assocs hashtables hashtables.private kernel sequences ; IN: digraphs TUPLE: digraph < hashtable ;