X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=basis%2Furls%2Furls.factor;h=c3aa3a93ec32273840e6755bb6fb192687f7f714;hp=c78a44bd4eaeccaa02156db1aaa50bf5f25f9019;hb=1542ebe47c58f140e5929772ad71f5d2ad46ec51;hpb=a4b253f94a4bbcfe43260ddf9206c9d8784e0427 diff --git a/basis/urls/urls.factor b/basis/urls/urls.factor index c78a44bd4e..c3aa3a93ec 100644 --- a/basis/urls/urls.factor +++ b/basis/urls/urls.factor @@ -2,11 +2,11 @@ ! See http://factorcode.org/license.txt for BSD license. USING: accessors ascii assocs combinators -combinators.short-circuit fry io.encodings.string -io.encodings.utf8 io.pathnames io.sockets io.sockets.secure -kernel lexer linked-assocs make math math.parser multiline -namespaces peg.ebnf present sequences sequences.generalizations -splitting strings strings.parser urls.encoding vocabs.loader ; +combinators.short-circuit io.pathnames io.sockets +io.sockets.secure kernel lexer linked-assocs make math.parser +multiline namespaces peg.ebnf present sequences +sequences.generalizations splitting strings strings.parser +urls.encoding vocabs.loader ; IN: urls