diff --git a/extra/money/money-tests.factor b/extra/money/money-tests.factor index b2ccdf93b7..78c168015f 100644 --- a/extra/money/money-tests.factor +++ b/extra/money/money-tests.factor @@ -1,4 +1,4 @@ -USING: money parser tools.test ; +USING: money parser tools.test eval ; IN: money.tests [ -1/10 ] [ DECIMAL: -.1 ] unit-test diff --git a/extra/money/money.factor b/extra/money/money.factor index 0c654c4819..ba7a0ae04f 100644 --- a/extra/money/money.factor +++ b/extra/money/money.factor @@ -1,6 +1,6 @@ USING: io kernel math math.functions math.parser parser lexer namespaces sequences splitting grouping combinators -continuations sequences.lib eval ; +continuations sequences.lib ; IN: money : dollars/cents ( dollars -- dollars cents )