typed-racket/typed-racket-lib/typed-racket/typecheck
Asumu Takikawa 5fa40de546 Avoid ignoring class/unit forms at the top-level
Possibly a better long-term solution (for after the release)
is to not use the ignore property here and instead just use the
ignore table.
2015-10-21 13:33:30 -04:00
..
tc-app Fix equality handling on literals. 2015-10-20 15:56:07 -04:00
check-below.rkt Improve check-below errors for classes/objects 2015-01-20 19:58:25 -05:00
check-class-unit.rkt Fix part of GH issue #208 2015-10-20 14:06:32 -04:00
check-subforms-unit.rkt Remove extra directories. 2014-12-02 00:53:36 -05:00
check-unit-unit.rkt Initial support for typed units in typed racket. 2015-09-10 16:32:11 -05:00
def-binding.rkt Remove extra directories. 2014-12-02 00:53:36 -05:00
error-message.rkt Minor refactoring to use #:when in a match clause 2015-02-13 00:12:14 -05:00
find-annotation.rkt adapt to letrec-syntaxes+values removal and quote-syntax extension 2015-07-16 08:40:34 -06:00
internal-forms.rkt Initial support for typed units in typed racket. 2015-09-10 16:32:11 -05:00
provide-handling.rkt Add a typed/racket/unsafe library. 2015-09-29 18:48:08 -04:00
renamer.rkt Fix accidentally added redundant requires 2015-09-09 17:54:09 -04:00
signatures.rkt Fix tc/letrec-values contract and document require-typed-signature 2015-09-12 13:45:33 -05:00
tc-app-combined.rkt Remove extra directories. 2014-12-02 00:53:36 -05:00
tc-app-helper.rkt unstable/sequence -> racket/sequence 2015-08-13 10:41:15 -05:00
tc-apply.rkt Remove extra directories. 2014-12-02 00:53:36 -05:00
tc-envops.rkt Replace uses of unstable/function and /list with the equivalent core libs. 2015-07-20 16:17:39 -05:00
tc-expr-unit.rkt Improve internal error checking. 2015-10-19 16:23:26 -05:00
tc-expression.rkt Move syntax-length to TR. 2015-08-05 13:13:51 -05:00
tc-funapp.rkt allow values with define-new-subtype types as functions 2015-08-15 19:00:35 -05:00
tc-if.rkt Remove extra directories. 2014-12-02 00:53:36 -05:00
tc-lambda-unit.rkt unstable/sequence -> racket/sequence 2015-08-13 10:41:15 -05:00
tc-let-unit.rkt Fix contract build. 2015-09-11 13:12:49 -05:00
tc-literal.rkt unstable/sequence -> racket/sequence 2015-08-13 10:41:15 -05:00
tc-metafunctions.rkt Stop trying to represent rest objects because they are currently broken. 2015-04-07 08:13:38 -07:00
tc-send.rkt Fix send on a receiver with recursive type 2015-10-19 16:27:11 -04:00
tc-structs.rkt Simplify Name type representation 2015-04-08 11:23:48 -04:00
tc-subst.rkt Make tc-subst restrict returned types based on argument types. 2015-04-07 09:50:32 -07:00
tc-toplevel.rkt Ignore more code that has no types. 2015-10-19 16:23:26 -05:00
toplevel-trampoline.rkt Avoid ignoring class/unit forms at the top-level 2015-10-21 13:33:30 -04:00
typechecker.rkt Initial support for typed units in typed racket. 2015-09-10 16:32:11 -05:00