Go to file
Stephen Chang c64251cac0 infer quantified type variables in the order that they occur (L-to-R)
- backwards incompatible change: quantified type variables no longer sorted lex
- fix and add tests, remove some annotations in tests
- small speed improvement due to eliminating some extra expansions
- closes #9, closes #11
2016-04-19 15:10:07 -04:00
old move old files to old dir 2016-03-23 12:05:51 -04:00
tapl infer quantified type variables in the order that they occur (L-to-R) 2016-04-19 15:10:07 -04:00
.gitignore add .gitignore 2015-09-21 17:54:07 -04:00
README.md readme update 2016-03-23 12:15:47 -04:00

  • all languages from the paper are in tapl/ directory

  • see tapl/README.md for language reuse information

  • tests are in tapl/tests/ directory

  • run all calculi tests with racket tapl/tests/run-all-tests.rkt

  • mlish language is in tapl/mlish.rkt, to make it easier to reuse other langs

  • mlish tests are in tapl/tests/mlish/

  • run all mlish tests with racket tapl/tests/run-all-mlish-tests.rkt

  • alternate syntax implementations is in define-typed-syntax branch