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:
parent
f7058ff636
commit
a8b5f4275a
|
@ -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