diff options
| author | Matej Kosik | 2017-02-03 09:02:41 +0100 |
|---|---|---|
| committer | Matej Košík | 2017-04-10 13:16:58 +0200 |
| commit | 9b627431516f2cf88312329def9e0ec5e8605a98 (patch) | |
| tree | 8ffb803784d3be7abd274151596cce81477d90a6 /engine | |
| parent | 28973285f4b9389ed0610b94ba907684214dd279 (diff) | |
trivial
Diffstat (limited to 'engine')
| -rw-r--r-- | engine/proofview.ml | 2 |
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 |
