aboutsummaryrefslogtreecommitdiff
path: root/pretyping/detyping.mli
diff options
context:
space:
mode:
authorMaxime Dénès2019-04-04 21:06:34 +0200
committerMaxime Dénès2019-04-10 15:41:43 +0200
commitbf5f0520cf105afb048c6eac5d6de1d3e1a719df (patch)
treedfc7afd2f394958a81c5ce33d1422f72b7e6b36b /pretyping/detyping.mli
parent3b980d937b5adfbae472ed8a13748a451fdf3450 (diff)
Remove one call to Global.env in Detyping
One other call still remains, but will require to refactor some section-handling code.
Diffstat (limited to 'pretyping/detyping.mli')
-rw-r--r--pretyping/detyping.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/pretyping/detyping.mli b/pretyping/detyping.mli
index 8695d52b12..425fd5096e 100644
--- a/pretyping/detyping.mli
+++ b/pretyping/detyping.mli
@@ -37,7 +37,7 @@ val print_allow_match_default_clause : bool ref
val subst_cases_pattern : substitution -> cases_pattern -> cases_pattern
-val subst_glob_constr : substitution -> glob_constr -> glob_constr
+val subst_glob_constr : env -> substitution -> glob_constr -> glob_constr
val factorize_eqns : 'a cases_clauses_g -> 'a disjunctive_cases_clauses_g