Skip to content

Commit

Permalink
Readme tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
septract committed Jul 11, 2024
1 parent 4d5f28b commit 4ec3023
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions src/example-archive/coq-lemmas/README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
## Examples
# Coq Examples

CN examples using lemmas that can be extracted to Coq. The examples
are split into:

- Trivial
- Recursive (Not yet handled by the export)
- Trivial - named `trivial-*.c`
- Recursive - named `recursive-*.c` _(export for these examples is not supported by CN yet)_

Some examples are accompanied by Coq proofs of the lemmas extracted from CN. These are stored as follows:

- Originating C file: `coq/working/EXAMPLENAME.c`
- Coq proof: `coq/working/EXAMPLENAME-build/Proof.v`

See README in parent directory for directory organization details.

## Tools needed

To build the generated Coq lemmas, you will need to [download and
install Coq](download).
install Coq](https://coq.inria.fr/download).

## Batch build

Expand Down

0 comments on commit 4ec3023

Please sign in to comment.