diff options
| author | Maxime Dénès | 2017-04-03 15:21:16 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2017-04-03 15:22:40 +0200 |
| commit | 9da03d38249a2716e7ede5d20948759e6d975138 (patch) | |
| tree | d6666937b32e3b65e71caaf4511f164e7818ef04 /plugins/funind/glob_term_to_relation.mli | |
| parent | 3fe764dd8d6578adddb01b02bafc7f31d9cb776c (diff) | |
| parent | eec5145a5c6575d04b5ab442597fb52913daed29 (diff) | |
Merge PR#417: No cast surgery in let in
Diffstat (limited to 'plugins/funind/glob_term_to_relation.mli')
| -rw-r--r-- | plugins/funind/glob_term_to_relation.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/funind/glob_term_to_relation.mli b/plugins/funind/glob_term_to_relation.mli index 5bb1376e26..0cab5a6d35 100644 --- a/plugins/funind/glob_term_to_relation.mli +++ b/plugins/funind/glob_term_to_relation.mli @@ -12,7 +12,7 @@ val build_inductive : *) Evd.evar_map -> Term.pconstant list -> - (Name.t*Glob_term.glob_constr*bool) list list -> (* The list of function args *) + (Name.t*Glob_term.glob_constr*Glob_term.glob_constr option) list list -> (* The list of function args *) Constrexpr.constr_expr list -> (* The list of function returned type *) Glob_term.glob_constr list -> (* the list of body *) unit |
