typed-racket/collects/typed-scheme/types
Sam Tobin-Hochstadt 0d7111128c Refactor free variables.
- free-idxs no longer holds free de Bruijn indexes
   This information is not needed, and not stored anywhere
 - free-idxs holds free *index* variables, in the sense of the TOPLAS submission

original commit: 662f982b724e7194f5729a9894fc642f06e7910f
2010-06-21 18:30:24 -04:00
..
abbrev.rkt First attempts at adding ListDots (and, incidentally, List*) types. 2010-06-21 18:29:55 -04:00
filter-ops.rkt use aux function to avoid generating useless filters 2010-05-10 17:03:21 -04:00
printer.rkt First attempts at adding ListDots (and, incidentally, List*) types. 2010-06-21 18:29:55 -04:00
remove-intersect.rkt Fixed a bug with eof and procedure types overlapping. 2010-06-11 19:48:22 -04:00
resolve.rkt rename to rkt 2010-04-30 09:51:32 -04:00
subtype.rkt Subtyping between (List T ... a) and (Listof T[Any/a]) 2010-06-21 18:29:57 -04:00
type-table.rkt Fixed a bug in the optimizer that made it optimize where it 2010-06-11 20:53:10 -04:00
union.rkt rename to rkt 2010-04-30 09:51:32 -04:00
utils.rkt Refactor free variables. 2010-06-21 18:30:24 -04:00