racket/collects/typed-racket
Neil Toronto a713ca8a8b Added nan?, infinite?, degrees->radians, radians->degrees, exact-round, exact-floor, exact-ceiling, exact-truncate to racket/math
Altered TR's random arithmetic testing to generate single-flonums and very small flonums; fails now because of erroneous types

Fixes to sgn, sinh, cosh, and tanh:
 * preserve single-flonum-ness
 * correct zero sign (-0.0) for negative return values that are smaller than epsilon
 * correct behavior with NaN and infinite inputs
2012-06-05 22:40:44 -06:00
..
base-env Added nan?, infinite?, degrees->radians, radians->degrees, exact-round, exact-floor, exact-ceiling, exact-truncate to racket/math 2012-06-05 22:40:44 -06:00
env Use the new syntax properties for checking keyword functions. 2012-06-01 18:37:02 -04:00
infer Speed up and improve tc-literal. Now uses expected types more, and more sensibly. 2012-02-20 15:09:51 -05:00
minimal/lang Move typed-scheme to typed-racket collection. 2011-09-03 20:49:39 -04:00
optimizer Support definitions of keyword functions in Typed Racket. 2012-06-02 18:22:07 -04:00
private Support definitions of keyword functions in Typed Racket. 2012-06-02 18:22:07 -04:00
rep Remove testing code, and failed experiment. 2012-06-01 20:08:37 -04:00
scribblings Document new TR aliased definitions. 2012-06-04 17:02:18 -04:00
typecheck Whitespace fixes. 2012-06-03 10:50:18 -04:00
types Support definitions of keyword functions in Typed Racket. 2012-06-02 18:22:07 -04:00
utils Support definitions of keyword functions in Typed Racket. 2012-06-02 18:22:07 -04:00
core.rkt Switch to square brackets for REPL type display. 2011-09-13 15:42:04 -04:00
info.rkt Move typed-scheme to typed-racket collection. 2011-09-03 20:49:39 -04:00
language-info.rkt Move typed-scheme to typed-racket collection. 2011-09-03 20:49:39 -04:00
minimal.rkt Move typed-scheme to typed-racket collection. 2011-09-03 20:49:39 -04:00
tc-setup.rkt Support definitions of keyword functions in Typed Racket. 2012-06-02 18:22:07 -04:00
typed-racket.rkt Support definitions of keyword functions in Typed Racket. 2012-06-02 18:22:07 -04:00
typed-reader.rkt Move typed-scheme to typed-racket collection. 2011-09-03 20:49:39 -04:00