aboutsummaryrefslogtreecommitdiff
path: root/engine/proofview.mli
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2018-12-05 02:49:07 +0100
committerEmilio Jesus Gallego Arias2018-12-13 13:55:40 +0100
commit1499565d4ef1165d34b5bbb927e52a754903e077 (patch)
tree297d86f152bf2c4d31ae8ab6c819b451f01e6310 /engine/proofview.mli
parent228f0d929bb5098d58cd285fde42bb08d70c6ee8 (diff)
[engine] Allow debug printers to access the environment.
This should improve correctness and will be needed for the PRs that remove global access to the proof state.
Diffstat (limited to 'engine/proofview.mli')
-rw-r--r--engine/proofview.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/proofview.mli b/engine/proofview.mli
index 28e793f0fc..286703c0dc 100644
--- a/engine/proofview.mli
+++ b/engine/proofview.mli
@@ -548,7 +548,7 @@ module Trace : sig
val log : Proofview_monad.lazy_msg -> unit tactic
val name_tactic : Proofview_monad.lazy_msg -> 'a tactic -> 'a tactic
- val pr_info : ?lvl:int -> Proofview_monad.Info.tree -> Pp.t
+ val pr_info : Environ.env -> Evd.evar_map -> ?lvl:int -> Proofview_monad.Info.tree -> Pp.t
end