https://github.com/lumakernel/reading-tapl-coq
https://github.com/lumakernel/reading-tapl-coq
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lumakernel/reading-tapl-coq
- Owner: LumaKernel
- Created: 2022-11-19T07:36:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-19T07:46:48.000Z (over 3 years ago)
- Last Synced: 2025-10-13T09:26:19.695Z (8 months ago)
- Language: Makefile
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reading TaPL in Coq
## 本の情報
BenjaminC.Pierce; 住井英二郎 型システム入門 プログラミング言語と型の理論 Kindle Edition. 第一版第二刷
## ビルド
```bash
coq_makefile -f _CoqProject -o Makefile
make
```