aboutsummaryrefslogtreecommitdiff
path: root/interp/constrintern.mli
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2017-12-12 04:34:45 +0100
committerEmilio Jesus Gallego Arias2017-12-13 00:51:37 +0100
commit7799626c67c39c6bd2c5faf247456efb2c26ae82 (patch)
tree0281c86ab79000d09ea0aa4706f2461f732e2ac0 /interp/constrintern.mli
parent2c2a08083bc535397359299690d0bfb3523a9ee1 (diff)
[econstr] Cleanup in `vernac/classes.ml`.
We fix quite a few types, and perform some cleanup wrt to the evar_map, in particular we prefer to thread it now as otherwise it may become trickier to check when we are using the correct one. Thanks to @SkySkimmer for lots of comments and bug-finding.
Diffstat (limited to 'interp/constrintern.mli')
-rw-r--r--interp/constrintern.mli3
1 files changed, 2 insertions, 1 deletions
diff --git a/interp/constrintern.mli b/interp/constrintern.mli
index 46f96d20b4..af4e4a9c55 100644
--- a/interp/constrintern.mli
+++ b/interp/constrintern.mli
@@ -115,8 +115,9 @@ val interp_open_constr : env -> evar_map -> constr_expr -> evar_map * EConstr.co
val interp_constr_evars : env -> evar_map ref ->
?impls:internalization_env -> constr_expr -> EConstr.constr
+
val interp_casted_constr_evars : env -> evar_map ref ->
- ?impls:internalization_env -> constr_expr -> types -> EConstr.constr
+ ?impls:internalization_env -> constr_expr -> EConstr.types -> EConstr.constr
val interp_type_evars : env -> evar_map ref ->
?impls:internalization_env -> constr_expr -> EConstr.types