aboutsummaryrefslogtreecommitdiffhomepage
path: root/vernac/indschemes.mli
diff options
context:
space:
mode:
authorGravatar Matthieu Sozeau <mattam@mattam.org>2017-05-29 18:54:46 +0200
committerGravatar Matthieu Sozeau <mattam@mattam.org>2017-05-29 18:54:46 +0200
commit563d173d86cb8fbaccad70ee4c665aa60beb069c (patch)
tree4b23de3d24fd3d4d5bf9b8dbae7664a970931764 /vernac/indschemes.mli
parentef8cf82668a794f116ae714749f434e3505880d1 (diff)
Pretyping cleanup: remove constr_of_global calls
Diffstat (limited to 'vernac/indschemes.mli')
-rw-r--r--vernac/indschemes.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/vernac/indschemes.mli b/vernac/indschemes.mli
index e5d79fd51..0f559d2bd 100644
--- a/vernac/indschemes.mli
+++ b/vernac/indschemes.mli
@@ -40,7 +40,7 @@ val do_scheme : (Id.t located option * scheme) list -> unit
(** Combine a list of schemes into a conjunction of them *)
-val build_combined_scheme : env -> constant list -> constr * types
+val build_combined_scheme : env -> constant list -> Evd.evar_map * constr * types
val do_combined_scheme : Id.t located -> Id.t located list -> unit