You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ In addition to this representation of terms, Template Coq includes:
37
37
38
38
- A monad for manipulating global declarations, calling the type
39
39
checker, and inserting them in the global environment, in
40
-
the stype of MTac.
40
+
the style of MTac.
41
41
42
42
[Checker](checker/theories)
43
43
-------
@@ -106,6 +106,9 @@ Documentation
106
106
- The 8.9 branch [documentation (as light coqdoc files)](html/toc.html).
107
107
- An example Coq plugin built on the Template Monad, which can be used to
108
108
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.
109
112
110
113
ident vs. qualid. vs kername
111
114
---------------------------
@@ -285,7 +288,7 @@ Once in the right environment, run `./configure.sh` for a global build or `./con
285
288
Bugs
286
289
====
287
290
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).
0 commit comments