From f24c872ba77c303f2091247e35273a1ede5dd0f6 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Mon, 20 Dec 2021 16:29:53 -0600 Subject: [PATCH] factor: fix using --- extra/math/text/french/french.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/math/text/french/french.factor b/extra/math/text/french/french.factor index 2206c5e13b..b6ea66b5d2 100644 --- a/extra/math/text/french/french.factor +++ b/extra/math/text/french/french.factor @@ -1,7 +1,7 @@ ! Copyright (c) 2009 Samuel Tardieu. ! See http://factorcode.org/license.txt for BSD license. USING: arrays assocs combinators kernel math math.functions -math.parser math.text.utils memoize sequences ; +math.parser math.text.utils memoize sequences splitting ; IN: math.text.french