Skip to content

Commit 3830a90

Browse files
committed
0.4.0 take 2
1 parent b5ad0da commit 3830a90

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
=========
33

4-
5 APR 2022 Version 0.4 Church Encoding:
4+
5 APR 2022 Version 0.4.0 Church Encoding:
55

66
* Bool and Nat terms
77
* Pure Core of Simply Typed Lambda Calculus in 100 LOC

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ $ dune exec alonzo lib/test.alonzo
1111

1212
## STLC
1313

14-
* <a href="https://arxiv.org/pdf/1411.1029.pdf">An overview of type theories</a> [Guallart]
14+
* <a href="https://media.githubusercontent.com/media/storagelfs/books/main/Origins%20of%20Intuitionism/Church/Church.%201940.pdf"> A Formulation of the Simple Theory of Types </a> [Church]
15+
* <a href="https://arxiv.org/pdf/1411.1029.pdf"> An overview of type theories </a> [Guallart]
1516

1617
## Credits
1718

dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
(env (dev (flags (:standard -warn-error -A))))
2-
(install (files lib/test.alonzo) (section share) (package alonzo))
2+
(install (files lib/bool.alonzo lib/nat.alonzo) (section share) (package alonzo))

0 commit comments

Comments
 (0)