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
Copyright (c) 2017-2018 Simon Boulier, Nicolas Tabareau, Cyril Cohen
68
+
69
+
This software is distributed under the terms of the MIT license.
70
+
See [LICENSE](LICENSE) for details.
62
71
63
72
Branches
64
73
========
@@ -197,19 +206,6 @@ following code:
197
206
As long as you don't check this file into a repository things should work out
198
207
well.
199
208
200
-
Examples of plugins
201
-
-------------------
202
-
- a plugin to add a constructor in [test-suite/add_constructor.v](https://github.com/Template-Coq/template-coq/tree/coq-8.7/test-suite/add_constructor.v)
203
-
- a parametricity plugin in [translations/tsl_param.v](https://github.com/Template-Coq/template-coq/tree/coq-8.7/translations/tsl_param.v)
204
-
- a plugin to negate funext in [translations/fun.v](https://github.com/Template-Coq/template-coq/tree/coq-8.7/translations/tsl_fun.v)
205
-
206
-
Compile
207
-
-------
208
-
Use:
209
-
-`make` to compile the plugin
210
-
-`make translations` to compile the translation plugins
0 commit comments