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:
parent
db56dfd7d6
commit
2545da16a9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user