Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

:sparkles: software foundations study repository and bad notes
https://github.com/wrongbyte/software-foundations

Last synced: about 1 month ago
JSON representation

:sparkles: software foundations study repository and bad notes

Awesome Lists containing this project

README

        

[Software Foundations book](https://softwarefoundations.cis.upenn.edu/)

**TODO**

[ ] Binary commute (chapter 2)

[ ] Formal vs. informal proof (chapter 2)

## Table of solutions

| Section Title | Coq File | Status |
|-----------------|------------------------------------|:---------:|
| Basics | [Basics.v](./lf/Basics.v) | Solved |
| Induction | [Induction.v](./lf/Induction.v) | Solved |
| Lists | [Lists.v](./lf/Lists.v) | Solved |
| Poly | [Poly.v](./lf/Poly.v) | In progress |