]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/morse/morse.factor
factor: trim using lists
[factor.git] / extra / morse / morse.factor
index 6ea7b3ef3685b64fd6e1fd0aed471e931e8fd630..a63db8f180a90e891507aaaa25d616151eb3b34c 100644 (file)
@@ -1,9 +1,8 @@
 ! Copyright (C) 2007, 2008, 2009 Alex Chapman, 2009 Diego Martinelli
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors ascii assocs biassocs combinators hashtables
-kernel lists literals math namespaces make multiline openal
-openal.alut parser sequences splitting strings synth
-synth.buffers ;
+USING: accessors ascii assocs biassocs combinators kernel
+literals math multiline namespaces openal openal.alut sequences
+splitting strings synth synth.buffers ;
 IN: morse
 
 ERROR: no-morse-ch ch ;