Software Foundations book and exercises taken from https://www.cis.upenn.edu/~bcpierce/sf/current/index.html
-
Updated
Feb 24, 2017 - HTML
Coq is a formal proof management system. It provides a formal language to write
mathematical definitions, executable algorithms and theorems together with an
environment for semi-interactive development of machine-checked proofs. Typical
applications include the certification of properties of programming languages,
the formalization of mathematics and teaching.
Software Foundations book and exercises taken from https://www.cis.upenn.edu/~bcpierce/sf/current/index.html
Russian Translation for Software Foundations book.
Rock on Coq for the Problem Solving Class at Nanjing University
✨ racherb's personal blog
My project for a course at Saarland University called "Advanced Coq Programming". My work is limited to the Reflection.v and GeneralReflection.v files, with some slight modifications in PA.v and ZF.v
PhD research ;; What's the difference between a typeclass/trait and a record/class/struct? Nothing really, or so I argue.
《软件基础》中译版 Software Foundations Chinese Translation
CSE460 - VLSI Design
A course on formal verification at https://compsciclub.ru/en, Spring term 2021
Solutions (in Coq) of the exercises in the software foundation books.
Coq Tutorial from Mike Nahas's repo at https://github.com/mdnahas/mdnahas.github.io/doc/nahas_tutorial.v
GitHub Pages website for https://github.com/Blaisorblade/dot-iris.
A tutorial on well-founded recursion in Rocq
Created by Gérard Pierre Huet, Thierry Coquand
Released 1989