Fix using

db4
Slava Pestov 2008-01-26 23:44:00 -04:00
parent bca0dce0a5
commit 27701acaaf
1 changed files with 2 additions and 1 deletions

3
extra/math/miller-rabin/miller-rabin.factor Normal file → Executable file
View File

@ -1,5 +1,6 @@
USING: combinators combinators.lib io locals kernel math
math.functions math.ranges namespaces random sequences ;
math.functions math.ranges namespaces random sequences
hashtables ;
IN: math.miller-rabin
SYMBOL: a