We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25f5074 commit 8af1ca6Copy full SHA for 8af1ca6
README.lagda.md
@@ -5,4 +5,5 @@ module README where
5
6
import Untyped
7
import STLC
8
+import SystemF
9
```
README.md
@@ -6,6 +6,7 @@ Formalization of the book "Type Theory and Formal Proof: An Introduction" in Agd
1. [Untyped Lambda Calculus](./src/Untyped.agda)
2. [Simply Typed Lambda Calculus](./src/STLC.agda) ($\lambda ^ \to$)
+3. [Second-order Typed Lambda Calculus](./src/SystemF.agda) ($\lambda 2$)
10
11
> [!CAUTION]
12
> Be sure to review the book's [errata][errata] (page 51).
0 commit comments