From a8b5f4275ac3118b027dbf679b5c4e024280c6f5 Mon Sep 17 00:00:00 2001 From: Noel Welsh Date: Fri, 12 Mar 2010 10:58:26 +0000 Subject: [PATCH] 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 --- collects/typed-scheme/private/base-env-numeric.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/typed-scheme/private/base-env-numeric.ss b/collects/typed-scheme/private/base-env-numeric.ss index e415a8de27..f207b83ec6 100644 --- a/collects/typed-scheme/private/base-env-numeric.ss +++ b/collects/typed-scheme/private/base-env-numeric.ss @@ -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