An open API service indexing awesome lists of open source software.

https://github.com/lumakernel/reading-tapl-coq


https://github.com/lumakernel/reading-tapl-coq

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Reading TaPL in Coq

## 本の情報

BenjaminC.Pierce; 住井英二郎 型システム入門 プログラミング言語と型の理論 Kindle Edition. 第一版第二刷

## ビルド

```bash
coq_makefile -f _CoqProject -o Makefile
make
```