racket/collects/typed-scheme
Stevie Strickland 9b289bea27 Actually, I want to be careful with this.
For example, we don't want the result type of the function to be free,
so it's more like:

G, D + {a}, S |- f : (t1 t2 -> t)
G, D, S |- t

(i.e. {a} not free in t)

Hmm.
2008-07-12 22:20:10 -04:00
..
lang Fix typed scheme reader for new reader API. 2008-04-07 21:03:27 +00:00
private Actually, I want to be careful with this. 2008-07-12 22:20:10 -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