aboutsummaryrefslogtreecommitdiff
path: root/plugins/ltac/tacinterp.mli
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2018-07-10 13:04:17 +0200
committerPierre-Marie Pédrot2018-07-10 20:34:17 +0200
commite2e23a52655fbd04a1cc659e64fb520d97d7f9db (patch)
treec3d9f042f8f4fd61d69cff338ccad892a274ac32 /plugins/ltac/tacinterp.mli
parentb4572185522cd21e7e4e1cf59095ae66d0da0be1 (diff)
Export a function to apply toplevel tactic values in Tacinterp.
This is a function that keeps beeing asked or reimplemented. It doesn't hurt adding it to the Ltac API.
Diffstat (limited to 'plugins/ltac/tacinterp.mli')
-rw-r--r--plugins/ltac/tacinterp.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/ltac/tacinterp.mli b/plugins/ltac/tacinterp.mli
index fd2d96bd62..f9883e4441 100644
--- a/plugins/ltac/tacinterp.mli
+++ b/plugins/ltac/tacinterp.mli
@@ -28,6 +28,7 @@ sig
val to_list : t -> t list option
val of_closure : Geninterp.interp_sign -> glob_tactic_expr -> t
val cast : 'a typed_abstract_argument_type -> Geninterp.Val.t -> 'a
+ val apply : t -> t list -> unit Proofview.tactic
end
(** Values for interpretation *)