Skip to content

Commit 463b15d

Browse files
committed
one more README.md pass
1 parent 2bab438 commit 463b15d

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
# mCoq: Mutation Analysis for Coq
22

33
mCoq is a tool for mutation analysis of verification projects that use the
4-
[Coq proof assistant](https://coq.inria.fr). mCoq applies a set of mutation
5-
operators to Coq definitions, with each application generating a modified
6-
version, called a mutant, of the project. If all proofs of a mutant are
7-
successfully checked, the mutant is declared live; otherwise it is declared
8-
killed. mCoq produces HTML reports pinpointing both live and killed mutants,
9-
where live mutants may indicate incomplete specifications. The
10-
[research paper][ase-paper] provides more information on the technique
11-
and optimizations that mCoq implements.
4+
[Coq proof assistant](https://coq.inria.fr).
5+
6+
mCoq applies a set of mutation operators to Coq definitions, generating
7+
modified versions, called mutants, of the project. If all proofs of a
8+
mutant are successfully checked, a mutant is declared live; otherwise it
9+
is declared killed. mCoq produces HTML reports pinpointing both live and
10+
killed mutants in the Coq code, where live mutants may indicate
11+
incomplete specifications. The [research paper][ase-paper] provides more
12+
information on the technique and optimizations that mCoq implements.
1213

1314
Note to ICSE-Demo reviewers: we recently cleaned up the code and improved
1415
our scripts for running the tool, so the steps shown in the paper submission
@@ -56,7 +57,7 @@ the available options, use:
5657
```
5758

5859
For example, to apply mCoq to [StructTact][structtact-repo]
59-
revision [b95f041][structtact-revision], use:
60+
revision [`b95f041`][structtact-revision], use:
6061
```
6162
./mcoq.py --project StructTact --sha b95f041 \
6263
--url https://github.com/uwplse/StructTact.git \

0 commit comments

Comments
 (0)