aboutsummaryrefslogtreecommitdiff
path: root/stm
diff options
context:
space:
mode:
authorMaxime Dénès2018-03-08 21:22:59 +0100
committerMaxime Dénès2018-03-08 21:22:59 +0100
commita40fb961c8ffeeb03769404cacda8bd6cff17417 (patch)
tree7105d621bc16f825c1f309e3d5b7720b1b1513ec /stm
parent3875a525ee1e075be9f0eb1f17c74726e9f38b43 (diff)
parent66973ce17e32a3c692a5b0032f38300ec8cc36d3 (diff)
Merge PR #6893: Cleanup UState API usage
Diffstat (limited to 'stm')
-rw-r--r--stm/stm.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/stm/stm.ml b/stm/stm.ml
index d878bbb304..b3da97c6e0 100644
--- a/stm/stm.ml
+++ b/stm/stm.ml
@@ -2482,7 +2482,7 @@ let known_state ?(redefine_qed=false) ~cache id =
match keep with
| VtDrop -> None
| VtKeepAsAxiom ->
- let ctx = Evd.empty_evar_universe_context in
+ let ctx = UState.empty in
let fp = Future.from_val ([],ctx) in
qed.fproof <- Some (fp, ref false); None
| VtKeep ->