aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tuto2/_CoqProject2
-rw-r--r--tuto2/src/demo.ml46
2 files changed, 2 insertions, 6 deletions
diff --git a/tuto2/_CoqProject b/tuto2/_CoqProject
index ca139558ed..f38ee8d6a6 100644
--- a/tuto2/_CoqProject
+++ b/tuto2/_CoqProject
@@ -3,4 +3,4 @@
theories/Test.v
src/demo.ml4
-src/tuto_plugin.mlpack \ No newline at end of file
+src/tuto_plugin.mlpack
diff --git a/tuto2/src/demo.ml4 b/tuto2/src/demo.ml4
index cf6a367867..082e5cfa97 100644
--- a/tuto2/src/demo.ml4
+++ b/tuto2/src/demo.ml4
@@ -6,11 +6,7 @@
TODO: update the part related to "Cmd6" once I get an answer to this question:
https://sympa.inria.fr/sympa/arc/coqdev/2017-06/msg00037.html
- TODO: figure out why does Summary.Local.ref function requre argument "name" ?
- (Can it be any string?
- Must it be a unique string (per each state variable?)
- Must it be a unique string global (for all plugins)?)
- What would happen if it were an empty string?
+ TODO: figure out why does Summary.Local.ref function requires argument "name" ?
*)
(* -------------------------------------------------------------------------- *)