From: Doug Coleman Date: Tue, 6 Sep 2022 04:36:55 +0000 (-0500) Subject: factor: trim some using lists X-Git-Tag: 0.99~1101 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=a64835bc947d061e164617f068b842c1ce0fe4cf;ds=sidebyside factor: trim some using lists --- diff --git a/basis/unicode/breaks/breaks.factor b/basis/unicode/breaks/breaks.factor index 94a1d3f752..f69b0945fe 100644 --- a/basis/unicode/breaks/breaks.factor +++ b/basis/unicode/breaks/breaks.factor @@ -1,9 +1,8 @@ ! Copyright (C) 2008 Daniel Ehrenberg. ! See http://factorcode.org/license.txt for BSD license. -USING: accessors arrays assocs combinators fry interval-maps -kernel literals locals math namespaces parser sequences -simple-flat-file unicode.categories unicode.data -unicode.normalize.private words words.constant math.order ; +USING: accessors arrays combinators interval-maps kernel +literals math namespaces sequences simple-flat-file +unicode.categories unicode.data unicode.normalize.private words ; IN: unicode.breaks strings ( seq -- str )