diff options
| author | Emilio Jesus Gallego Arias | 2019-07-17 08:07:28 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2019-07-31 11:13:05 +0200 |
| commit | eb6a7c1aaebe8bd777e03439666b8b2c18db5cd3 (patch) | |
| tree | 862f050fd7c36fa4cd03517b6e20883dba6501c9 /plugins/funind/recdef.mli | |
| parent | 2d864be049b7696ef15b8e1b65b6a34a8e8c4ee8 (diff) | |
[funind] Port aux function to the new tactic engine.
Diffstat (limited to 'plugins/funind/recdef.mli')
| -rw-r--r-- | plugins/funind/recdef.mli | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/funind/recdef.mli b/plugins/funind/recdef.mli index e6aa452def..3225411c85 100644 --- a/plugins/funind/recdef.mli +++ b/plugins/funind/recdef.mli @@ -1,10 +1,10 @@ open Constr -val tclUSER_if_not_mes : - Tacmach.tactic -> - bool -> - Names.Id.t list option -> - Tacmach.tactic +val tclUSER_if_not_mes + : unit Proofview.tactic + -> bool + -> Names.Id.t list option + -> unit Proofview.tactic val recursive_definition : interactive_proof:bool |
