aboutsummaryrefslogtreecommitdiff
path: root/engine/proofview.mli
diff options
context:
space:
mode:
authorEnrico Tassi2019-06-12 07:09:01 +0200
committerEnrico Tassi2019-06-12 07:09:01 +0200
commit0d4300771e4a6a26d948872262a79695a38c7e0d (patch)
treeab31353a6f01b17270f87d5d0670fc5085c75130 /engine/proofview.mli
parent3d162ca9095ff9299be5cc8847636a36b8e49f1e (diff)
parentee270f7d111e5e71e90a4f3eb5e4edf5c13ea7e3 (diff)
Merge PR #10334: Remove the side-effect role from the kernel.
Reviewed-by: gares
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 60697c1611..22e67357cd 100644
--- a/engine/proofview.mli
+++ b/engine/proofview.mli
@@ -381,7 +381,7 @@ val tclENV : Environ.env tactic
(** {7 Put-like primitives} *)
(** [tclEFFECTS eff] add the effects [eff] to the current state. *)
-val tclEFFECTS : Safe_typing.private_constants -> unit tactic
+val tclEFFECTS : Evd.side_effects -> unit tactic
(** [mark_as_unsafe] declares the current tactic is unsafe. *)
val mark_as_unsafe : unit tactic