diff options
| author | Pierre-Marie Pédrot | 2018-07-10 13:04:17 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2018-07-10 20:34:17 +0200 |
| commit | e2e23a52655fbd04a1cc659e64fb520d97d7f9db (patch) | |
| tree | c3d9f042f8f4fd61d69cff338ccad892a274ac32 /plugins/ltac/tacinterp.mli | |
| parent | b4572185522cd21e7e4e1cf59095ae66d0da0be1 (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.mli | 1 |
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 *) |
