aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
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 a72cc187c4..702ccd80f8 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