aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatej Košík2018-05-07 11:09:48 +0200
committerMatej Košík2018-05-07 11:09:48 +0200
commita7bf1793f1e570097a745060f04bc9ad8fb1d752 (patch)
tree6b12a2bd5157ddf1d02abd8221d4a4af4a977834
parentd663a1b5c2bc10fa125ae485ce53d2ec5bc691a6 (diff)
fix some details
-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" ?
*)
(* -------------------------------------------------------------------------- *)