Skip to content

Commit 1857541

Browse files
committed
Typos and add test-suite/*_test.v files for safechecker and erasure
1 parent 5d23584 commit 1857541

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ In addition to this representation of terms, Template Coq includes:
3737

3838
- A monad for manipulating global declarations, calling the type
3939
checker, and inserting them in the global environment, in
40-
the stype of MTac.
40+
the style of MTac.
4141

4242
[Checker](checker/theories)
4343
-------
@@ -106,6 +106,9 @@ Documentation
106106
- The 8.9 branch [documentation (as light coqdoc files)](html/toc.html).
107107
- An example Coq plugin built on the Template Monad, which can be used to
108108
add a constructor to any inductive type is in [test-suite/add_constructor.v](https://github.com/MetaCoq/metacoq/tree/coq-8.9/test-suite/add_constructor.v)
109+
- The test-suite files [test-suite/erasure_test.v](https://github.com/MetaCoq/metacoq/tree/coq-8.9/test-suite/erasure_test.v)
110+
and [test-suite/safechecker_test.v](https://github.com/MetaCoq/metacoq/tree/coq-8.9/test-suite/safechecker_test.v) show example
111+
uses (and current limitations of) the verified checker and erasure.
109112

110113
ident vs. qualid. vs kername
111114
---------------------------
@@ -285,7 +288,7 @@ Once in the right environment, run `./configure.sh` for a global build or `./con
285288
Bugs
286289
====
287290

288-
Please report any bugs (or feature requests) on the github [issue tracker](https://github.com/MetaCoq/metacoq/issues)
291+
Please report any bugs (or feature requests) on the github [issue tracker](https://github.com/MetaCoq/metacoq/issues).
289292

290293
Branches
291294
========

0 commit comments

Comments
 (0)