diff options
| author | Yves Bertot | 2018-05-04 17:43:28 +0200 |
|---|---|---|
| committer | Yves Bertot | 2018-05-04 17:44:15 +0200 |
| commit | 61bf9d47bbcfde7123f800311c6cb6817e37ff38 (patch) | |
| tree | 829bb4c4d865734828d1301db8e3a7a306788bf5 | |
| parent | 6e9ee6b1cd9290951fe1f53bbb28f313aca45712 (diff) | |
remove errors in the documentation
| -rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -8,16 +8,17 @@ How to write plugins in Coq - To use it: `cd tuto0; make` - `coqtop -I src` + `coqtop -I src -R theories Tuto0` - In the Coq section type: `Require ML Module "tuto0_plugin". HelloWorld.` + In the Coq session type: `Require Tuto0.Loader. HelloWorld.` # tuto1 : Ocaml to Coq communication * Explore the memory of Coq, modify it - Commands that take arguments: strings, symbols, expressions of the calculus of constructions - Commands that interact with type-checking in Coq - A command that adds a new definition or theorem - - A command that uses a name and exploits the existing definitions or theorems + - A command that uses a name and exploits the existing definitions + or theorems - A command that exploits an existing ongoing proof - A commandthat defines a new tactic |
