racket/collects/typed-scheme/typecheck
Sam Tobin-Hochstadt 3fc133a0b8 Correct typing for `or'.
svn: r17665
2010-01-15 19:39:46 +00:00
..
check-subforms-unit.ss Move a bunch of functions from typed-scheme/utils/utils to unstable. 2009-11-15 22:15:29 +00:00
def-binding.ss
find-annotation.ss
internal-forms.ss
provide-handling.ss checkpoint 2009-11-24 17:10:44 +00:00
signatures.ss
tc-app-helper.ss Improve error messages in the simple case. 2010-01-07 19:41:42 +00:00
tc-app.ss `reverse' is special on all tuples 2010-01-11 22:13:22 +00:00
tc-dots-unit.ss Move a bunch of functions from typed-scheme/utils/utils to unstable. 2009-11-15 22:15:29 +00:00
tc-envops.ss logic works properly now, it seems 2009-12-10 23:35:28 +00:00
tc-expr-unit.ss Correct typing for `or'. 2010-01-15 19:39:46 +00:00
tc-if.ss logic works properly now, it seems 2009-12-10 23:35:28 +00:00
tc-lambda-unit.ss Better error message for functions that don't have the same arity as 2010-01-07 21:45:57 +00:00
tc-let-unit.ss
tc-metafunctions.ss Fix `type-apply' 2010-01-07 00:55:51 +00:00
tc-structs.ss Reject some cases of nested types. 2010-01-12 20:36:30 +00:00
tc-toplevel.ss Error on duplicate type annotations. 2010-01-07 21:20:45 +00:00
typechecker.ss