Skip to content

Commit 8af1ca6

Browse files
committed
update: README to include System F
1 parent 25f5074 commit 8af1ca6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.lagda.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ module README where
55
66
import Untyped
77
import STLC
8+
import SystemF
89
```

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Formalization of the book "Type Theory and Formal Proof: An Introduction" in Agd
66

77
1. [Untyped Lambda Calculus](./src/Untyped.agda)
88
2. [Simply Typed Lambda Calculus](./src/STLC.agda) ($\lambda ^ \to$)
9+
3. [Second-order Typed Lambda Calculus](./src/SystemF.agda) ($\lambda 2$)
910

1011
> [!CAUTION]
1112
> Be sure to review the book's [errata][errata] (page 51).

0 commit comments

Comments
 (0)