racket/collects/typed-scheme
Sam Tobin-Hochstadt 662f982b72 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
2010-06-21 18:30:24 -04:00
..
env Change type variable environments from hash tables to sets. 2010-06-21 18:29:59 -04:00
infer Add index-env. 2010-06-21 18:29:58 -04:00
lang rename to rkt 2010-04-30 09:51:32 -04:00
no-check/lang typed/racket/no-check 2010-06-09 12:51:27 -04:00
private Add index-env. 2010-06-21 18:29:58 -04:00
rep Refactor free variables. 2010-06-21 18:30:24 -04:00
scribblings Allow (All (A) A -> A), dropping pair of parens. 2010-06-13 14:38:03 -04:00
typecheck Add case to be fixed 2010-06-21 18:30:23 -04:00
types Refactor free variables. 2010-06-21 18:30:24 -04:00
utils New interface for unstable/mutated-vars 2010-06-10 13:28:29 -04:00
info.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
language-info.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
main.rkt base-types-new -> base-types 2010-06-17 11:47:16 -04:00
minimal.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
no-check.rkt rename to rkt 2010-04-30 09:51:32 -04:00
tc-setup.rkt Add index-env. 2010-06-21 18:29:58 -04:00
typed-reader.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
typed-scheme.rkt More environment refactoring. 2010-06-21 18:29:55 -04:00