aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/cc
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 /plugins/cc
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 'plugins/cc')
-rw-r--r--plugins/cc/cctac.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/cc/cctac.ml b/plugins/cc/cctac.ml
index ba34d49bb..c8d857b31 100644
--- a/plugins/cc/cctac.ml
+++ b/plugins/cc/cctac.ml
@@ -262,7 +262,7 @@ let assert_before n c =
end
let refresh_type env evm ty =
- Evarsolve.refresh_universes ~status:Evd.univ_flexible ~propset:true
+ Evarsolve.refresh_universes ~status:Evd.univ_flexible ~refreshset:true
(Some false) env evm ty
let refresh_universes ty k =