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

original commit: a8b5f4275ac3118b027dbf679b5c4e024280c6f5
This commit is contained in:
Noel Welsh 2010-03-12 10:58:26 +00:00
parent db56dfd7d6
commit 2545da16a9

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