racket/collects/typed-scheme
Stevie Strickland 9f6427ac34 This makes the change mentioned in the log message for r10735 (the previous
revision). So what we'll get here is the following:

Dotted + Dotted = Dotted (from the first case)
Dotted + x      = x      (since x refers to a free use of the dotted var)
x      + Dotted = x      (same)

I think this is correct.
2008-07-12 22:33:04 -04:00
..
lang Fix typed scheme reader for new reader API. 2008-04-07 21:03:27 +00:00
private This makes the change mentioned in the log message for r10735 (the previous 2008-07-12 22:33:04 -04:00
info.ss docs go in the main tree 2008-04-25 19:55:23 +00:00
main.ss Reduce quantity of requires. 2008-05-05 21:27:10 +00:00
minimal.ss Move typed-scheme/lang/main.ss to typed-scheme/main.ss. 2008-03-04 23:18:16 +00:00
typed-reader.ss Remove unneccessary requires. 2008-05-06 00:42:28 +00:00
typed-scheme.scrbl Refer to tech terms correctly. 2008-06-09 16:08:04 +00:00
typed-scheme.ss Source location in synthetic module begin. 2008-06-16 16:34:09 -04:00