racket/collects/typed-racket/typecheck
Vincent St-Amour 16a75761b0 Make TR-generated identifiers have the same name as original identifiers.
Makes error messages nicer, and makes it easier to correlate with source code.
2013-04-04 15:31:51 -04:00
..
tc-app Check actual args when form looks like for/list. 2013-03-13 21:45:03 -07:00
check-below.rkt
check-subforms-unit.rkt Add more hacky things to make with-handlers typecheck. 2013-03-13 22:29:41 -07:00
def-binding.rkt
def-export.rkt
find-annotation.rkt
internal-forms.rkt
parse-cl.rkt
provide-handling.rkt Make TR-generated identifiers have the same name as original identifiers. 2013-04-04 15:31:51 -04:00
renamer.rkt
signatures.rkt Fix contracts in TR. 2013-04-04 07:43:08 -07:00
tc-app-combined.rkt
tc-app-helper.rkt
tc-apply.rkt Fix tc-apply to correctly generate expected ValueDots filters. 2013-04-04 07:45:15 -07:00
tc-envops.rkt
tc-expr-unit.rkt
tc-funapp.rkt
tc-if.rkt
tc-lambda-unit.rkt Fix parsing of dotted rest when there is an expected type. 2013-04-01 22:17:32 -07:00
tc-let-unit.rkt
tc-metafunctions.rkt
tc-structs.rkt
tc-subst.rkt
tc-toplevel.rkt
typechecker.rkt