1
0
Fork
You've already forked veriquadtree
0
Verified Quadtrees in OCaml
  • OCaml 55.4%
  • Coq 44.6%
Find a file
2022年09月01日 10:20:56 +01:00
lib implementing theorems 2022年09月01日 09:35:47 +01:00
proofs proved creation 2022年09月01日 10:20:56 +01:00
.gitignore initial commit 2022年08月31日 13:22:16 +01:00
dune-project initial commit 2022年08月31日 13:22:16 +01:00
Readme.md initial commit 2022年08月31日 13:22:16 +01:00

Experiments with verifying OCaml code

This project consists of a series of experiments of verifying OCaml code in Coq.

Once you have installed the requirements, build the programs and their proofs with dune:

opam exec -- dune build @all

Requirements

  • Coq-cfml >= 20220112
  • OCaml

Once you have the coq-repositories added:

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

Simply install cfml:

opam install cfml coq-cfml

Project Structure

.
├── lib OCaml code
├── proofs Coq proofs 
├── src Entry point
├── dune-project
└── Readme.md
4 directories, 2 files