aboutsummaryrefslogtreecommitdiff
path: root/tuto2/src
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 /tuto2/src
parentd663a1b5c2bc10fa125ae485ce53d2ec5bc691a6 (diff)
fix some details
Diffstat (limited to 'tuto2/src')
-rw-r--r--tuto2/src/demo.ml46
1 files changed, 1 insertions, 5 deletions
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" ?
*)
(* -------------------------------------------------------------------------- *)