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
This commit is contained in:
Neil Toronto 2012-11-27 18:04:45 -07:00
parent 678972a806
commit 7969c012a3

View File

@ -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 ()