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 [![CI](https://github.com/sdiehl/typechecker-zoo/actions/workflows/ci.yml/badge.svg)](https://github.com/sdiehl/typechecker-zoo/actions/workflows/ci.yml) -
- -| | | -|:---:|:---:| -| [
**Algorithm W**](./algorithm-w/src) | [
**System F**](./system-f/src) | -| [
**System F-ω**](./system-f-omega/src) | [
**Calculus of Constructions**](./coc/src) | - -
- ### Algorithm W Robin Milner's classic Hindley-Milner type inference algorithm from *A Theory of Type Polymorphism in Programming*. diff --git a/docs/src/haskell.png b/docs/src/haskell.png deleted file mode 100644 index 0c49467..0000000 Binary files a/docs/src/haskell.png and /dev/null differ diff --git a/docs/src/introduction.md b/docs/src/introduction.md index 6a84cd9..68dc43f 100644 --- a/docs/src/introduction.md +++ b/docs/src/introduction.md @@ -13,9 +13,6 @@ The examples are implemented in fairly idiomatic Rust with a full parser and tes The four little critters we're going to build are:
- - - [**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