X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=extra%2Fmodern%2Fmodern.factor;h=435aaedd6968f8b0d4daaa4bbd3ededd8c1c74d1;hp=64752f2446a3e8d7d38e9535ca274c04b0b23b3a;hb=a64835bc947d061e164617f068b842c1ce0fe4cf;hpb=3f021cfab15972036a15dc46f96bf19bcce4f65e diff --git a/extra/modern/modern.factor b/extra/modern/modern.factor index 64752f2446..435aaedd69 100644 --- a/extra/modern/modern.factor +++ b/extra/modern/modern.factor @@ -1,10 +1,10 @@ ! Copyright (C) 2016 Doug Coleman. ! See http://factorcode.org/license.txt for BSD license. -USING: accessors arrays assocs combinators +USING: accessors arrays assocs combinators combinators.extras combinators.short-circuit continuations io.encodings.utf8 io.files kernel make math math.order modern.paths modern.slices -sequences sequences.extras sets combinators.extras splitting strings -unicode vocabs.loader ; +sequences sequences.extras sets splitting strings unicode +vocabs.loader ; IN: modern ERROR: string-expected-got-eof n string ;