diff options
Diffstat (limited to 'plugins/firstorder/ground.mli')
| -rw-r--r-- | plugins/firstorder/ground.mli | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/firstorder/ground.mli b/plugins/firstorder/ground.mli index b5669463cd..aaf79ae885 100644 --- a/plugins/firstorder/ground.mli +++ b/plugins/firstorder/ground.mli @@ -6,6 +6,8 @@ (* * GNU Lesser General Public License Version 2.1 *) (************************************************************************) -val ground_tac: Tacmach.tactic -> - (Proof_type.goal Tacmach.sigma -> Sequent.t * Proof_type.goal Tacmach.sigma) -> Tacmach.tactic +open API + +val ground_tac: unit Proofview.tactic -> + ((Sequent.t -> unit Proofview.tactic) -> unit Proofview.tactic) -> unit Proofview.tactic |
