![]() Fixes the unsoundness mentioned in https://bitbucket.org/stchang/macrotypes/issues/16/allow-under-constrained-function#comment-27692493 by disallowing under-constrained function calls entirely. This re-opens issue #16, which will have to be solved in a sound way later. |
||
---|---|---|
old | ||
tapl | ||
.gitignore | ||
README.md |
-
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