aboutsummaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
authorMatej Kosik2017-02-03 09:02:41 +0100
committerMatej Košík2017-04-10 13:16:58 +0200
commit9b627431516f2cf88312329def9e0ec5e8605a98 (patch)
tree8ffb803784d3be7abd274151596cce81477d90a6 /engine
parent28973285f4b9389ed0610b94ba907684214dd279 (diff)
trivial
Diffstat (limited to 'engine')
-rw-r--r--engine/proofview.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/proofview.ml b/engine/proofview.ml
index acd931160f..60862d4216 100644
--- a/engine/proofview.ml
+++ b/engine/proofview.ml
@@ -1042,7 +1042,7 @@ module Goal = struct
let nf_enter f =
InfoL.tag (Info.Dispatch) begin
iter_goal begin fun goal ->
- Env.get >>= fun env ->
+ tclENV >>= fun env ->
tclEVARMAP >>= fun sigma ->
try
let (gl, sigma) = nf_gmake env sigma goal in