aboutsummaryrefslogtreecommitdiffhomepage
path: root/pretyping/evarsolve.mli
diff options
context:
space:
mode:
authorGravatar Matthieu Sozeau <mattam@mattam.org>2016-05-09 18:31:01 +0200
committerGravatar Matthieu Sozeau <mattam@mattam.org>2016-07-04 15:55:12 +0200
commit71d4c435e42c24c21ae43f0ddcc7a71bee1009f5 (patch)
treee59d18f6e134deb95f2a1b4e00c21ae287784e15 /pretyping/evarsolve.mli
parentee8009e05d3e782ee6333d0054ee2fce5cda89a4 (diff)
congruence: Restrict refreshing to Set
Because refreshing Prop is not semantics-preserving, the new universe is >= Set, so cannot be minimized to Prop afterwards.
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 9ee815ebc..f94c83b6d 100644
--- a/pretyping/evarsolve.mli
+++ b/pretyping/evarsolve.mli
@@ -37,7 +37,7 @@ val evar_define : conv_fun -> ?choose:bool -> env -> evar_map ->
val refresh_universes :
?status:Evd.rigid ->
?onlyalg:bool (* Only algebraic universes *) ->
- ?propset:bool ->
+ ?refreshset:bool ->
(* Also refresh Prop and Set universes, so that the returned type can be any supertype
of the original type *)
bool option (* direction: true for levels lower than the existing levels *) ->