Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 475 Bytes

File metadata and controls

17 lines (12 loc) · 475 Bytes

Software Foundations

This repository contains the examples and exercises I completed while reading the Software Foundation series.

Logical Foundations

  • Functional Programming in Coq

    • Basics.v
  • Proof by Induction

    • Induction.v

Building the project

To generate the Makefile, used to build the project, run the following from each subdirectory.

coq_makefile -f _CoqProject *.v -o Makefile