escape-strings: fix using

modern-harvey4
Doug Coleman 2020-04-02 20:31:53 -05:00
parent b644ec6818
commit 3a430c4dae
1 changed files with 2 additions and 2 deletions

View File

@ -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 )