diff --git a/README.md b/README.md index 1ea1f06..aeb01ff 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,6 @@ A cute collection of type checker implementations demonstrating modern type chec [](https://github.com/sdiehl/typechecker-zoo/actions/workflows/ci.yml) -




-
[**Algorithm W**](./foundations/lambda-calculus.html) *(775 lines of code)*
@@ -23,9 +20,6 @@ Robin Milner's classic Hindley-Milner type inference algorithm from *A Theory of
-
[**System F**](./implementations/system-f/system-f.html) *(1090 lines of code)*
@@ -35,9 +29,6 @@ An implementation of DK algorithm from *Complete and Easy Bidirectional Typechec
-
[**System F-ω**](./implementations/system-f-omega/system-f-omega.html) *(3196 lines of code)*
@@ -47,9 +38,6 @@ Uses the method of *A Mechanical Formalization of Higher-Ranked Polymorphic Type
-
[**Calculus of Constructions**](./implementations/coc/calculus-of-constructions.html) *(6000 lines of code)*
diff --git a/docs/src/lambda.png b/docs/src/lambda.png
deleted file mode 100644
index fde2728..0000000
Binary files a/docs/src/lambda.png and /dev/null differ
diff --git a/docs/src/lean.png b/docs/src/lean.png
deleted file mode 100644
index a22b95b..0000000
Binary files a/docs/src/lean.png and /dev/null differ
diff --git a/docs/src/ocaml.png b/docs/src/ocaml.png
deleted file mode 100644
index 217dec2..0000000
Binary files a/docs/src/ocaml.png and /dev/null differ