Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 696 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 696 Bytes

Hoare Type Theory

This repository contains the main libraries of Hoare Type Theory (HTT) for reasoning about sequential heap-manipulating programs.

Building and executing artifacts

Requirements

For the installation, follow instructions in the corresponding README files.

Alternatively, Coq and mathcomp can be installed via the opam package manager, by executing the following commands in the console:

opam repo add coq-released https://coq.inria.fr/opam/released
opam install coq-mathcomp-ssreflect

Build

make clean; make