diff options
| author | Yves Bertot | 2018-05-04 17:28:30 +0200 |
|---|---|---|
| committer | Yves Bertot | 2018-05-04 17:28:30 +0200 |
| commit | c3bc6e79494b03543e0c708bfa9e71d2e5d57aee (patch) | |
| tree | c855581dabc63f7d3adea1cbfbf383312f4cbf86 /tuto1/_CoqProject | |
| parent | cb20f241cc7ec686a5ae19c1e7b9eef6b26d230a (diff) | |
Now a command to access the value of a constant
Diffstat (limited to 'tuto1/_CoqProject')
| -rw-r--r-- | tuto1/_CoqProject | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tuto1/_CoqProject b/tuto1/_CoqProject index 554893e739..ce14ee2b87 100644 --- a/tuto1/_CoqProject +++ b/tuto1/_CoqProject @@ -1,9 +1,13 @@ -R theories Tuto1 -I src +theories/Loader.v + src/simple_check.mli src/simple_check.ml src/simple_declare.mli src/simple_declare.ml +src/simple_print.ml +src/simple_print.mli src/g_tuto1.ml4 src/tuto1_plugin.mlpack
\ No newline at end of file |
