aboutsummaryrefslogtreecommitdiffhomepage
path: root/engine
diff options
context:
space:
mode:
authorGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2016-08-30 13:39:06 +0200
committerGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2016-09-01 10:40:23 +0200
commit04f3aea9afa9fc4b7fa5a50be21b992ba9018dbc (patch)
tree91c1061d9c05f399f41006544253bb0a16bcc8c1 /engine
parent18046e2525300b990db4c8817f1cc02dcab97445 (diff)
Short documentation, filling TODO's in evd.mli.
Diffstat (limited to 'engine')
-rw-r--r--engine/evd.mli5
1 files changed, 3 insertions, 2 deletions
diff --git a/engine/evd.mli b/engine/evd.mli
index 942414511..b47b389d1 100644
--- a/engine/evd.mli
+++ b/engine/evd.mli
@@ -98,11 +98,12 @@ type evar_info = {
(** Optional content of the evar. *)
evar_filter : Filter.t;
(** Boolean mask over {!evar_hyps}. Should have the same length.
- TODO: document me more. *)
+ When filtered out, the corresponding variable is not allowed to occur
+ in the solution *)
evar_source : Evar_kinds.t located;
(** Information about the evar. *)
evar_candidates : constr list option;
- (** TODO: document this *)
+ (** List of possible solutions when known that it is a finite list *)
evar_extra : Store.t
(** Extra store, used for clever hacks. *)
}