typed-racket/collects/typed-scheme/private
Stevie Strickland d22cdbcee1 Add handling of by-name inits to commented-out class/c use in typed-scheme.
Also, fix class/c section of reference slightly by mentioning the role of
external contracts in class instantiation.

svn: r18542

original commit: 5a488ae7cbf9f973cf89169f5557c12e355a3f39
2010-03-15 08:57:41 +00:00
..
annotate-classes.ss fix let/ec: and let/cc: 2010-02-05 23:00:07 +00:00
base-env-indexing-abs.ss New representation for free variables, now stored in struct. 2010-02-17 00:09:38 +00:00
base-env-indexing.ss Fix abstraction of implications. 2009-12-11 23:00:37 +00:00
base-env-numeric.ss 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. 2010-03-12 10:58:26 +00:00
base-env.ss Prevent unbound identifiers from being in the base env. 2010-03-12 16:25:40 +00:00
base-special-env.ss remove obsolete doc files 2010-02-27 16:24:22 +00:00
base-types-extra.ss Fix a number of bugs reported by eli 2010-02-08 18:17:15 +00:00
base-types-new.ss Add `with-type' for defintions, add #:result keyword. 2010-03-01 22:31:24 +00:00
base-types.ss Fix a number of bugs reported by eli 2010-02-08 18:17:15 +00:00
colon.ss fix PR10810 2010-03-04 21:42:55 +00:00
env-lang.ss Fix abstraction of implications. 2009-12-11 23:00:37 +00:00
extra-procs.ss fix typo 2009-12-14 20:00:12 +00:00
parse-type.ss fix PR 10735 2010-03-01 22:51:42 +00:00
prims.ss Add `define-predicate' 2010-03-10 00:10:03 +00:00
type-annotation.ss Move a bunch of functions from typed-scheme/utils/utils to unstable. 2009-11-15 22:15:29 +00:00
type-contract.ss Add handling of by-name inits to commented-out class/c use in typed-scheme. 2010-03-15 08:57:41 +00:00
type-env-lang.ss all of private, and tc-structs, now compiles 2009-03-04 19:49:20 +00:00
with-types.ss Correct with-type so it handles result types of the form (values t ...). 2010-03-14 02:32:20 +00:00