Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/abhiroop/software-foundations


https://github.com/abhiroop/software-foundations

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Software Foundations

Working through all of the exercises in the classic series - Software Foundations - https://softwarefoundations.cis.upenn.edu/

Currently on Vol 1.

### Adding new files
```
make clean
-- create new_file.v and add the required export
coq_makefile -f _CoqProject *.v -o Makefile
make
```