Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/schonfinkel/proof-plaza

Some experiments with the 'Coq Proof Assistant'. Includes notes about the Software Foundations series.
https://github.com/schonfinkel/proof-plaza

coq

Last synced: 25 days ago
JSON representation

Some experiments with the 'Coq Proof Assistant'. Includes notes about the Software Foundations series.

Awesome Lists containing this project

README

        

# Coq-Software Foudations

[![Build Status](https://travis-ci.org/mtrsk/Proof-Plaza.svg?branch=master)](https://travis-ci.org/mtrsk/Proof-Plaza)

Some studies of the Coq Proof Assistant. Includes some notes about the Software Foundations series.

## Dependencies

* Coq 8.8

## Books

* [Logical Foundations](./LF)
* [QuickChick: Property-Based Testing in Coq](./QC)

## Running

* Using `direnv` with a `nix` hook:
```
$ direnv allow
```
* Using pure `nix`:
```
$ nix-shell
```