racket/collects/typed-scheme/private
Sam Tobin-Hochstadt c01b239779 Refactor struct type representation.
- fields now represented by fld struct.
 - mutability on per-field basis
 - accessors are per field

This fixes lots of existing bugs, allows future #:mutable on fields.
2010-06-29 17:33:36 -04:00
..
annotate-classes.rkt rename to rkt 2010-04-30 09:51:32 -04:00
base-env-indexing-abs.rkt Added support for unsafe operations on heterogenous vectors. 2010-06-22 18:29:57 -04:00
base-env-indexing.rkt Turned indexing back to using integers rather than naturals. 2010-06-18 17:43:02 -04:00
base-env-numeric.rkt More fixnum improvements. 2010-06-24 18:17:01 -04:00
base-env.rkt Remove bogus reference to 'sexpression', add docs for Sexp type, don't use Sexp where inappropriate 2010-06-28 11:12:21 -04:00
base-special-env.rkt Refactor struct type representation. 2010-06-29 17:33:36 -04:00
base-types-extra.rkt First attempts at adding ListDots (and, incidentally, List*) types. 2010-06-21 18:29:55 -04:00
base-types.rkt Add Fixnum type. 2010-06-24 18:05:55 -04:00
colon.rkt rename to rkt 2010-04-30 09:51:32 -04:00
env-lang.rkt rename to rkt 2010-04-30 09:51:32 -04:00
extra-procs.rkt Reimplemented assert as a macro. 2010-06-15 16:39:33 -04:00
for-clauses.rkt base-types-new -> base-types 2010-06-17 11:47:16 -04:00
internal.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
optimize.rkt Fixed the optimizer so that it optimizes float comparisons. 2010-06-25 11:00:26 -04:00
parse-type.rkt Add index-env. 2010-06-21 18:29:58 -04:00
prims.rkt Add `struct:' 2010-06-22 16:29:35 -04:00
type-annotation.rkt Generalize mutated variables when inferring types. 2010-06-28 11:12:20 -04:00
type-contract.rkt Refactor struct type representation. 2010-06-29 17:33:36 -04:00
type-env-lang.rkt rename to rkt 2010-04-30 09:51:32 -04:00
typed-renaming.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
with-types.rkt Add index-env. 2010-06-21 18:29:58 -04:00