]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/math/unicode/unicode.factor
factor: trim using lists
[factor.git] / extra / math / unicode / unicode.factor
index 59271c31125f9883226137b480a38a14e7e32482..6a48e8d1255b3bb2221d8f4cf8bb8381adab4c61 100644 (file)
@@ -1,11 +1,10 @@
 ! Copyright (C) 2013 John Benediktsson
 ! See http://factorcode.org/license.txt for BSD license
 
-USING: kernel literals math math.constants math.functions
-memoize sequences sequences.extras sets sets.extras ;
+USING: kernel math math.constants math.functions sequences sets
+sets.extras ;
 
 IN: math.unicode
-
 CONSTANT: ½ 1/2
 CONSTANT: ¼ 1/4
 CONSTANT: ¾ 3/4