An overview of the Coq formalization

For the Coq code, click on the file name of each part of the development.

The development is known to compile with

All dependencies can be installed using opam by running the command make build-dep given that the Coq and Iris opam repositories have been added:
      opam repo add coq-released https://coq.inria.fr/opam/released
      opam repo add iris-dev https://gitlab.mpi-sws.org/iris/opam.git
      opam update
    
The whole development can be built using make -j [num CPU cores].

AnerisLang

The Aneris Logic

Examples and Case Studies