]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/base36/base36.factor
factor: trim using lists
[factor.git] / extra / base36 / base36.factor
index 3d11cd619ea7e98f15d5ca394a56e82a8b301f3a..c67a49fadfd5f54688f4c1d94dd049d1bb7ea5cf 100644 (file)
@@ -1,9 +1,8 @@
 ! Copyright (C) 2020 John Benediktsson.
 ! See http://factorcode.org/license.txt for BSD license.
 
-USING: base64.private byte-arrays checksums checksums.sha
-endian kernel kernel.private literals math math.functions
-sequences ;
+USING: base64.private byte-arrays endian kernel kernel.private
+literals math math.functions sequences ;
 
 IN: base36