From 7969c012a384b54672ff2cb1d3c08a638c08ce2f Mon Sep 17 00:00:00 2001 From: Neil Toronto Date: Tue, 27 Nov 2012 18:04:45 -0700 Subject: [PATCH] Stubbed out missing `math/array' and `math/statistics' doc entries to clean up build Moved `float-complex?' and `number->float-complex' to `math/base', documented them Documented `flexpt1p' Removed `samples->immutable-hash' (not covariant anyway; not going to use hashes) original commit: 6f1ffecc2374f2874c1942fe0558420b74cbe223 --- collects/typed/untyped-utils.rkt | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/collects/typed/untyped-utils.rkt b/collects/typed/untyped-utils.rkt index b03f5986..c663588f 100644 --- a/collects/typed/untyped-utils.rkt +++ b/collects/typed/untyped-utils.rkt @@ -3,10 +3,15 @@ (require (for-syntax racket/base syntax/parse racket/syntax - typed-racket/utils/tc-utils)) + typed-racket/utils/tc-utils) + typed-racket/utils/tc-utils) -(provide require/untyped-contract - define-typed/untyped-identifier) +(provide syntax-local-typed-context? + define-typed/untyped-identifier + require/untyped-contract) + +(define (syntax-local-typed-context?) + (unbox typed-context?)) (define-for-syntax (rename-head stx id) (syntax-case stx ()