aboutsummaryrefslogtreecommitdiffhomepage
path: root/pretyping/evarsolve.mli
diff options
context:
space:
mode:
authorGravatar Matthieu Sozeau <mattam@mattam.org>2014-07-30 10:51:18 +0200
committerGravatar Matthieu Sozeau <mattam@mattam.org>2014-07-30 14:24:40 +0200
commit1dfd513bd9c63893eb982ad43ab892f5f95ac9c7 (patch)
treedbaa7281caa8322fa8d13acd1ffc68269587b82e /pretyping/evarsolve.mli
parenta31b978d3477d5977d87781190df136462aeea1d (diff)
Avoid introducing additional universes when doing pruning in evarsolve.
Diffstat (limited to 'pretyping/evarsolve.mli')
-rw-r--r--pretyping/evarsolve.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/pretyping/evarsolve.mli b/pretyping/evarsolve.mli
index 16a4aff5b..e35fb44b1 100644
--- a/pretyping/evarsolve.mli
+++ b/pretyping/evarsolve.mli
@@ -34,7 +34,7 @@ type conv_fun_bool =
val evar_define : conv_fun -> ?choose:bool -> env -> evar_map ->
bool option -> existential -> constr -> evar_map
-val refresh_universes : ?onlyalg:bool (* Only algebraic universes *) ->
+val refresh_universes : ?inferred:bool -> ?onlyalg:bool (* Only algebraic universes *) ->
bool option (* direction: true for levels lower than the existing levels *) ->
env -> evar_map -> types -> evar_map * types