typed-racket/typed-racket-test/succeed
Andrew Kent 81b134cbb9 add refinement types, linear expr objs, and ineq props (#510)
This PR adds about half of the needed primitives and logic for
reasoning about linear integer arithmetic in programs with interesting
dependent types. Things have been added in a way s.t. programs will
still continue to typecheck as they did, but if you want integer literals
and certain operations (e.g. *,+,<,<=,=,>=,>) to include linear inequality
information by default, you need to include the
'#:with-linear-integer-arithmetic' keyword at the top of your module.

The other features needed to get TR to be able to check things like
verified vector operations will be to ajust function types so
dependencies can exist between arguments and a minor tweak to get
type inference to consider the symbolic objects of functions arguments.
These features should be coming shortly in a future pull request.
2017-03-27 14:32:29 -04:00
..
2d-typed.rkt Use 2d instead of unstable/2d. 2015-09-07 19:13:50 -05:00
aliasing-tests.rkt initial let-aliasing addition 2014-12-22 12:35:30 -05:00
andmap.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
annotation-syntax-override.rkt Disable the #{} reader macro if a dispatch macro already exists on #\{ 2015-05-14 14:35:30 -07:00
annotation-test.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
any-hash.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
any-wrap-list.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
apply-append.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
apply-dots-list.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
apply-dots.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
area.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
arrow-star-contracts.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
assoc-with-is-equal-argument.rkt Fixes type of member and assoc, plus some tests for them. See github bug #223: “(member) has wrong type, exploiting the hole causes segfault”. 2015-11-09 19:04:02 -05:00
at-exp.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
bad-map-infer.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
barland.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
basic-tests.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
batched-queue.scm Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
begin0-error.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
both-recursive-types.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
box-num.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
broken-let-syntax.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
call-comp.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
case-lambda-rest.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
case-lambda1.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
cast-mod.rkt Fix errors in a9ae85d3. 2016-11-05 20:02:15 -04:00
cast-no-check.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
cast-top-level.rkt Simplify flat contracts for Value types 2016-06-13 04:08:33 -04:00
check-expect.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
check-within.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
cl-bug.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
cl-tests.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
cl.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
class-contract.rkt Fix augment/inner contract generation 2015-02-28 14:02:57 -05:00
cmdline.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
continuation-mark.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
contract-opt+kw.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
contract-struct-equality.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
cps.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
curry.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
custodian.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
custom-printer.rkt Remove pconvert dependency in tests 2016-06-21 16:43:38 -04:00
cyclic-list.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
datum-to-syntax.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
def-pred.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
define-forward-reference.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
define-new-subtype-function.rkt allow values with define-new-subtype types as functions 2015-08-15 19:00:35 -05:00
define-new-subtype-infer.rkt fix inference with define-new-subtype 2015-08-15 14:36:45 -05:00
define-new-subtype-mu-rec.rkt fix issue #169 2015-08-14 21:42:20 -05:00
define-new-subtype.rkt handle define-new-subtype in earlier phase 2015-07-30 23:24:17 -04:00
define-poly-value.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
define-type-omit-define.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
define-typed-untyped-identifier-syntax-properties.rkt Remove debugging output from test case in typed-racket-test/succeed/define-typed-untyped-identifier-syntax-properties.rkt 2016-04-07 16:47:17 +02:00
define-values-invoke-unit-subtyping.rkt Initial support for typed units in typed racket. 2015-09-10 16:32:11 -05:00
discrete-dist.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
do.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
dot-intro.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
dotted-identity.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
dotted-identity2.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
dviu-infer-deps-ok.rkt Initial support for typed units in typed racket. 2015-09-10 16:32:11 -05:00
dviu-infer-fact.rkt Initial support for typed units in typed racket. 2015-09-10 16:32:11 -05:00
dviu-unit-from-context.rkt Initial support for typed units in typed racket. 2015-09-10 16:32:11 -05:00
empty-case-arrow.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
empty-or.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
ephemerons.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
even-odd-recursive-type.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
even-odd.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
events-with-async-channel.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
events.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
exceptions.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
exn-any-mutation.rkt Adjust tests since opaque structs are no longer accepted by Any. 2016-07-09 21:22:08 -04:00
fix.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
fixnum.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
float-internal-err.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
flonum.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
flvector.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
fold-left-inst.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
fold-left.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
foldo.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
foo.scm Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
for-ann.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
for-hash.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
for-in-range.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
for-list.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
for-lists.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
for-no-anns.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
for-no-body-anns.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
for-over-hash.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
for-seq.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
for-set.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
for-vector.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
for.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
force-delay.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
format.rkt type for #:limit-prefix? formatting option 2016-07-10 20:42:57 -04:00
function.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
fx-filter.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
generalize-vectors.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
gh-issue-26.rkt Adjust the fix in 619d6945c3 2015-02-17 14:00:07 -05:00
gh-issue-38.rkt Use contract-neg-party to accurately handle contracted applications 2015-03-03 16:15:09 -08:00
gh-issue-43.rkt Adjust named-let to use the return type annotation whenever possible 2015-03-04 15:17:35 -08:00
gh-issue-144.rkt Resolve expected type in tc-lambda-unit 2015-06-10 12:23:39 -04:00
gh-issue-157.rkt Fix polymorphic recursion check for type aliases 2015-08-07 19:05:13 -04:00
gh-issue-163-1.rkt Fix typed provide uses in some modules 2015-09-08 15:53:34 -04:00
gh-issue-163-2.rkt Fix typed provide uses in some modules 2015-09-08 15:53:34 -04:00
gh-issue-164.rkt Improve typechecking for equality 2015-09-22 22:57:18 -04:00
gh-issue-181.rkt Fix typed provide uses in some modules 2015-09-08 15:53:34 -04:00
gh-issue-205.rkt Compute struct intersection more conservatively 2016-05-20 16:56:49 -04:00
gh-issue-214.rkt Avoid generating contraints for optimized-away contract definitions. 2015-11-12 13:46:37 -06:00
gh-issue-291.rkt Fix name argument for dtsi/exec 2016-01-15 11:58:38 -05:00
gh-issue-304.rkt Fix struct name in Struct type representation 2016-04-07 21:49:50 -04:00
gh-issue-336.rkt Fix issue #336 2016-04-28 11:29:12 -04:00
gh-issue-343.rkt Always populate type table, regardless of optimizer status. 2016-04-11 14:43:44 -05:00
gh-issue-366.rkt Be less conservative about struct overlap 2016-06-01 14:23:13 -04:00
gh-issue-426.rkt fix type of non-empty-string? (#427) 2016-09-12 09:17:57 -04:00
gui-lang.rkt Allow #lang typed/racket/gui and add base module 2015-03-12 17:27:59 -04:00
hari-vector-bug.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
hash-literal.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
hash-ref.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
het-vec.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
het-vec2.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
ho-box.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
hw01.scm Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
icfp-examples.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
if-splitting-test.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
in-vector-range.rkt Handle in-vector with range arguments. 2015-11-09 19:04:14 -05:00
inexact-complex.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
inf-nested-bot.rkt be less eager about bottom propogation 2016-12-19 08:28:49 -05:00
infer-dots.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
infer-funargs.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
inst-dots.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
inst-expected.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
int-def-colon.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
integer-contracts.rkt Fix typo in generated contract for Nonpositive-Integer 2015-08-29 16:41:10 -07:00
internal-scoped-tvar.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
intersect-no-intersections.rkt fix intersect, make it (hopefully) commutative 2016-10-25 19:25:28 -04:00
intersection1.rkt initial intersection types addition 2016-05-20 11:34:04 -04:00
issue-33.rkt regression test for issue #33 (#493) 2017-01-14 10:56:20 -05:00
issue-166.rkt fix issue #166 2015-08-03 18:36:14 -05:00
issue-447.rkt fix resolve for names being defined 2016-10-23 21:47:00 -04:00
json-hash.rkt Improve hash-table overlap. 2015-01-19 09:48:50 -05:00
keyword-function-order.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
kw-def.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
kw.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
leftist-heap.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
let-no-anns.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
let-partial-annotations.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
let-values-tests.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
lifting-top-level.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
linear-integer-simple.rkt add refinement types, linear expr objs, and ineq props (#510) 2017-03-27 14:32:29 -04:00
list-dots.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
list-ref-vec.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
list-struct-sum.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
little-schemer.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
logic.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
lots-o-bugs.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
macro-in-unit.rkt Initial support for typed units in typed racket. 2015-09-10 16:32:11 -05:00
make-predicate-mod.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
make-predicate-top-level.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
make-top-predicate.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
mandelbrot.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
manual-examples.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
map-nonempty.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
map1.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
map2.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
match-dots.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
match-dots2.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
match-expander-problem.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
match-or.rkt Add test case for issue #215. 2015-11-02 14:49:25 -05:00
match-tests.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
match.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
member-pred.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
member-with-is-equal-argument.rkt Fixes type of member and assoc, plus some tests for them. See github bug #223: “(member) has wrong type, exploiting the hole causes segfault”. 2015-11-09 19:04:02 -05:00
metrics.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
module-lang.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
module-plus.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
module-repl.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
mpair.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
mu-rec.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
multi-arr-parse.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
mutable-poly-struct.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
mutable-struct-pred.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
namespace-anchor.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
nested-poly.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
new-metrics.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
no-bound-fl.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
non-recursive-and-recursive-type-aliases.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
nonnegative-float.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
null-program.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
num-equal-filter.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
opaque-object-contract.rkt Add a custom object contract for use in TR 2015-03-04 16:26:35 -05:00
opaque-object-name.rkt Implement object/c-opaque-stronger 2017-01-06 02:41:59 -05:00
opaque-object-stronger.rkt Implement object/c-opaque-stronger 2017-01-06 02:41:59 -05:00
opt-arg-test.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
opt-lambda.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
optimize-simple.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
or-sym.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
overloading.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pair-test.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pair-test2.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pair-test3.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
param.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
parameter-c.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
parameter-proc.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
parametric-require-tr-base.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
parse-path.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
patch.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
paths.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pathstrings.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pict.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
places-helper.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
places.rkt Fix more collection paths. 2014-12-18 09:30:17 -05:00
poly-apply.rkt Make infer/dotted instantiate the dotted variable to improve inference. 2015-11-10 16:56:14 -05:00
poly-dots.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
poly-ret-ann.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
poly-same-annotation.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
poly-simple-contract.rkt Fix use of simple-result-> to check the domains. 2016-03-28 17:11:37 -04:00
poly-struct-parent.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
poly-struct-pred.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
poly-struct-union.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
poly-struct.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
poly-subtype.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
poly-tests.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
ports.rkt Fix type of file-position 2016-01-17 16:38:21 -05:00
pr226-variation-1.rkt safe & efficient (-> Any Boolean) contract 2015-11-09 19:04:02 -05:00
pr226-variation-2.rkt safe & efficient (-> Any Boolean) contract 2015-11-09 19:04:02 -05:00
pr226-variation-3.rkt safe & efficient (-> Any Boolean) contract 2015-11-09 19:04:02 -05:00
pr241-variation-1.rkt Revise handling of #:opaque types, and Any. 2015-12-30 12:33:15 -05:00
pr241-variation-2.rkt Revise handling of #:opaque types, and Any. 2015-12-30 12:33:15 -05:00
pr241-variation-3.rkt Adjust tests since opaque structs are no longer accepted by Any. 2016-07-09 21:22:08 -04:00
pr241-variation-5.rkt add any-wrap test for Environment-Variables (#390) 2016-07-08 20:11:30 -04:00
pr241-variation-0.rkt Revise handling of #:opaque types, and Any. 2015-12-30 12:33:15 -05:00
pr267-variation-0.rkt Implement object/c-opaque-stronger 2017-01-06 02:41:59 -05:00
pr403.rkt have overlap use a current-seen list 2016-07-13 15:21:17 -04:00
pr468-in-query.rkt in-query returns a sequence of single value (#468) 2017-01-06 11:34:54 -05:00
pr476-compile-time-images.rkt Add typed/images/compile-time.rkt (#476) 2017-01-04 17:02:42 -05:00
pr9043.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr9046.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr9048.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr9053-2.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr9053.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr9054.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr10057.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr10318.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr10319.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr10342.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr10470.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr10552.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr10562.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr10718+10755.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr10729.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr10765.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr10937.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr10939.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr11099.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr11171.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr11172.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr11193.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr11194.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr11314.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr11390.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr11392.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr11425.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr11504.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr11509.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr11532.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr11545+11776.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr11560.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr11578.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr11617.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr11669.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr11686.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr11709.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr11728.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr11747.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr11756.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr11859.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr11866.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr11887.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr11897.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr11901.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr11912.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr11971.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr12224.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr12644.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr12678.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr12806.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr12807.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr12905.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr12913.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr12970.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr12974.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr13094.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr13124.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr13155.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr13160.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr13161.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr13185.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr13326.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr13339.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr13412.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr13464.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr13490.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr13503.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr13576.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr13584.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr13646.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr13691.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr13710.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr13747.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr13821.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr13870.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr13901.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr13937.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr14138.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr14217.rkt Allow AnyValues as a return type in user code 2015-09-07 13:26:34 -05:00
pr14355.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr14364.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr14374.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr14458.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr14463.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr14521.rkt Add a test for PR 14521 2015-07-29 13:55:49 -04:00
pr14567.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr14568.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr14582.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr14587.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr14702.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr14823.rkt Fix tests for more conservative types. 2015-11-09 17:16:08 -06:00
pr14828.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr14829.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
pr14896.rkt Refine type of min. 2015-12-31 14:32:41 -06:00
pr14997.rkt Export let*-values from TR correctly 2015-08-12 12:16:05 -04:00
pr15026-a.rkt Add tests for PR 15026 2015-07-29 14:29:18 -04:00
pr15026-b.rkt Add tests for PR 15026 2015-07-29 14:29:18 -04:00
pr15144.rkt Prevent open SC terms. 2015-09-07 13:24:16 -05:00
pr15330.rkt Fix contracts for structs with the same name (PR 15330) (#410) 2016-07-21 11:14:05 -04:00
prefab.rkt Enable prefab support correctly for define-struct 2015-08-21 16:38:04 -04:00
priority-queue.scm Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
procedure-top.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
promise-provide-generate-contract.rkt Fixes GH issue #268 “Can't provide promise for polymorphic struct”. 2015-12-17 14:52:40 +01:00
promise.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
prompt-tag.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
provide-alias-omit-define.rkt Look up unrenamed versions of type aliases as well. 2015-03-06 12:13:40 -05:00
provide-case-rest.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
provide-for-meta.rkt Keep ignored provide forms in the output. 2015-11-16 09:45:08 -05:00
provide-poly-struct.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
provide-sexp.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
provide-struct-untyped.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
provide-struct.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
provide-syntax.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
racket-struct.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
rackunit.rkt Add test for test-case from typed/rackunit. 2016-02-02 08:21:02 -05:00
random-bits.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
rec-het-vec-infer.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
rec-type-alias-variance.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
rec-types.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
recursive-type-alias-terminates.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
recursive-type-alias-top-level.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
refinement-even.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
regexp-match-kw.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
req-type-sub.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
require-poly.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
require-procedure.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
require-signature-all-typed.rkt Fix incorrect serialization of signature environment 2015-10-29 01:35:33 -05:00
require-struct.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
require-substruct.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
require-tests.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
require-typed-contravariant-filter.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
require-typed-no-check.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
require-typed-on-typed-module.rkt Refactor the renamer module 2015-09-08 13:31:02 -04:00
require-typed-parse.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
require-typed-rename.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
require-typed-struct-custom-type.rkt Allow the types created for structs to be specified manually 2015-12-30 13:12:05 -08:00
richard-bugs.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
runtime-path.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
safe-letrec.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
scoped-type-vars.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
scratch.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
sealing-contract-1.rkt Add sealing contracts for row polymorphic types 2015-05-13 20:52:32 -04:00
sealing-contract-2.rkt Add sealing contracts for row polymorphic types 2015-05-13 20:52:32 -04:00
sealing-contract-3.rkt Add sealing contracts for row polymorphic types 2015-05-13 20:52:32 -04:00
seasoned-schemer.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
send.rkt Fix a test that violated opaque class/c 2015-03-04 16:26:35 -05:00
sequence-cnt.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
sequences.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
set-contract.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
set.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
simple-fake-or.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
simple-implies.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
simple-kw-app.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
simple-occurr.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
simple-or.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
simple-poly.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
simple-unit-scope.rkt Initial support for typed units in typed racket. 2015-09-10 16:32:11 -05:00
single-flonum-contract.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
slow-check.rkt initial let-aliasing addition 2014-12-22 12:35:30 -05:00
slow-parser.rkt propagate expected type info further down AST 2016-12-20 07:43:21 -05:00
somesystempath.rkt update path-add-extension type with new optional argument (#519) 2017-03-27 10:18:53 -04:00
sort-infer.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
standard-features-base.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
standard-features-no-check-base.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
standard-features-no-check-gui.rkt Add #lang typed/racket/gui/no-check (#467) 2017-01-06 11:29:04 -05:00
standard-features-no-check-scheme-base.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
standard-features-no-check-scheme.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
standard-features-no-check-ts.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
standard-features-no-check.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
standard-features-scheme-base.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
standard-features-scheme.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
standard-features-ts.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
standard-features.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
star-sizes.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
stream.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
string-const.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
struct-cert.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
struct-custom-type.rkt Allow the types created for structs to be specified manually 2015-12-30 13:12:05 -08:00
struct-exec.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
struct-mutable-contract.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
struct-mutable.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
struct-no-colon.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
struct-options.rkt Update docs & tests for struct constructor options 2015-12-08 00:33:45 -05:00
struct-out.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
struct-path-update.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
struct-struct-out.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
struct-top-recursive.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
struct-type-contract.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
struct-update.rkt fixed struct field updates 2015-01-14 15:32:34 +05:30
structs-across-modules.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
structs-variance.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
structs-variance2.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
stx.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
submod-vector.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
submodules.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
subst-poly-dots.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
test-child-field.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
test.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
test2.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
threads-and-async-channels.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
threads-and-channels.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
time.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
top-level-begin-for-syntax.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
top-level-begin.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
top-level-make-predicate.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
toplevel-redefinition.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
type-alias-omit-define-syntaxes.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
type-alias-rec-struct.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
type-printer-single-level.rkt new representation scheme for typed racket internals 2016-10-21 14:24:27 -04:00
type-variable-scope.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
typeann-letrec.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
typed-list.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
typed-scheme-no-check-arrow.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
unit-3x-2.rkt Initial support for typed units in typed racket. 2015-09-10 16:32:11 -05:00
unit-3x.rkt Initial support for typed units in typed racket. 2015-09-10 16:32:11 -05:00
unit-typed-untyped-compound-1.rkt Initial support for typed units in typed racket. 2015-09-10 16:32:11 -05:00
unit-typed-untyped-compound-2.rkt Initial support for typed units in typed racket. 2015-09-10 16:32:11 -05:00
unit-typed-untyped-values.rkt Initial support for typed units in typed racket. 2015-09-10 16:32:11 -05:00
units-no-sigs.rkt Initial support for typed units in typed racket. 2015-09-10 16:32:11 -05:00
unsafe-provide-struct.rkt Add a typed/racket/unsafe library. 2015-09-29 18:48:08 -04:00
unsafe-provide.rkt Add a typed/racket/unsafe library. 2015-09-29 18:48:08 -04:00
unsafe-require-poly-struct.rkt Add syntax for poly structs in require/typed 2016-07-21 12:00:08 -04:00
unsafe-require-top-level.rkt Add a test for top-level unsafe-require/typed 2015-10-01 17:41:03 -04:00
unsafe-require.rkt unsafe-require/typed #:opaque doesn't warn about opaque structs passed as Any (#418) 2016-08-31 11:37:05 -04:00
unsafe-struct-parent.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
unsafe-struct.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
untyped-submod.rkt Fix contract provide fixup to handle contracts at the beginning. 2015-03-06 09:41:29 -05:00
values-dots.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
values-dots2.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
values-object.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
varargs-tests.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
variance-test.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
vec-tests.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
vector-chap.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
vector-union.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
with-asserts.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
with-handlers-rest-arg.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
with-handlers.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
with-integer-linear-arith.rkt add refinement types, linear expr objs, and ineq props (#510) 2017-03-27 14:32:29 -04:00
with-syntax.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
with-type-lift.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
with-type-typed-context-flag.rkt unstable/macro-testing -> syntax/macro-testing 2015-08-05 13:13:50 -05:00
with-type.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
zero-arg-poly.rkt Generate trivial constraints for missing type variables. 2015-06-23 16:08:23 -04:00