Slava Pestov 2008-07-29 00:05:50 -05:00
parent 4cb64aaeb8
commit f6ef258f0d
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
USING: money parser tools.test ;
USING: money parser tools.test eval ;
IN: money.tests
[ -1/10 ] [ DECIMAL: -.1 ] unit-test

View File

@ -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 )