Add scheme/fixnum to the list of require'd modules, meaning the type declarations for fixnum operations are actually bound to the correct functions and so Typed Scheme programs using fixnum ops will actually compile.

svn: r18522
This commit is contained in:
Noel Welsh 2010-03-12 10:58:26 +00:00
parent f7058ff636
commit a8b5f4275a

View File

@ -3,7 +3,7 @@
(begin
(require
scheme/tcp
scheme scheme/flonum
scheme scheme/flonum scheme/fixnum
scheme/unsafe/ops
(only-in rnrs/lists-6 fold-left)
'#%paramz