aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
authorGravatar gareuselesinge <gareuselesinge@85f007b7-540e-0410-9357-904b9bb8a0f7>2013-10-11 09:10:51 +0000
committerGravatar gareuselesinge <gareuselesinge@85f007b7-540e-0410-9357-904b9bb8a0f7>2013-10-11 09:10:51 +0000
commitce449695c310ddf495734ca370b42071890ddbfa (patch)
tree3b036eda169ad2e294758bc4b8b86180eb139ebd /lib
parent670287aae4061a397ced1d97c65ce07bf0a52428 (diff)
Dag: some comments on the concept of cluster
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16876 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'lib')
-rw-r--r--lib/dag.mli3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/dag.mli b/lib/dag.mli
index a72cc187c..702ccd80f 100644
--- a/lib/dag.mli
+++ b/lib/dag.mli
@@ -8,6 +8,9 @@
module type S = sig
+ (* A cluster is just a set of nodes. This set holds some data.
+ Stm uses this to group nodes contribution to the same proofs and
+ that can be evaluated asynchronously *)
module Cluster :
sig
type 'd t