diff --git a/basis/escape-strings/escape-strings.factor b/basis/escape-strings/escape-strings.factor index b141ec7445..7cfe719789 100644 --- a/basis/escape-strings/escape-strings.factor +++ b/basis/escape-strings/escape-strings.factor @@ -1,7 +1,7 @@ ! Copyright (C) 2017 John Benediktsson, Doug Coleman. ! See http://factorcode.org/license.txt for BSD license. -USING: assocs combinators kernel math math.order -math.statistics sequences sets ; +USING: ascii assocs combinators kernel math math.order +math.statistics sequences sets strings ; IN: escape-strings : find-escapes ( str -- set )