]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/benchmark/reverse-complement/reverse-complement.factor
assoc-find is no longer generic
[factor.git] / extra / benchmark / reverse-complement / reverse-complement.factor
index 3af468654f1dc7f40821ab4b0ad0a65a4e9e06e8..b7c1db043cc89e82035a3b38469ec984de3fc75d 100755 (executable)
@@ -1,6 +1,6 @@
 USING: io io.files io.streams.duplex kernel sequences
 sequences.private strings vectors words memoize splitting
-hints unicode.case continuations io.encodings.ascii ;
+grouping hints unicode.case continuations io.encodings.ascii ;
 IN: benchmark.reverse-complement
 
 MEMO: trans-map ( -- str )