stepchowfun / coq-intro

An introduction to proving theorems and certifying programs with Coq.

Home Page:https://docs.google.com/presentation/d/1n_17Y9NazYzMfZEblAmwh-JEBGyBmuBLhjyQHrbPWYU/edit?usp=sharing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coq intro

An introduction to proving theorems and certifying programs with Coq. The accompanying slides can be found here.

Build Status

Instructions

Make sure you have the dependencies listed below. Then you can run make to verify the proofs. The build artifacts can be removed with make clean.

Dependencies

The build system depends on the following:

You also need the usual set of Unix tools, such as echo, find, etc.

About

An introduction to proving theorems and certifying programs with Coq.

https://docs.google.com/presentation/d/1n_17Y9NazYzMfZEblAmwh-JEBGyBmuBLhjyQHrbPWYU/edit?usp=sharing


Languages

Language:Coq 83.8%Language:Makefile 16.2%