aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/firstorder/ground.mli
diff options
context:
space:
mode:
authorGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2017-04-12 14:16:04 +0200
committerGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2017-04-24 17:59:21 +0200
commita1fd5fb489237a1300adb242e2c9b6c74c82981b (patch)
treed6cdbc54eaa310af02e9ffc25c1e1a3629c1db3c /plugins/firstorder/ground.mli
parent95b669a96f143d930b228a8b04041457040dd984 (diff)
Porting the firstorder plugin to the new tactic API.
Diffstat (limited to 'plugins/firstorder/ground.mli')
-rw-r--r--plugins/firstorder/ground.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/firstorder/ground.mli b/plugins/firstorder/ground.mli
index b5669463c..4fd1e38a2 100644
--- a/plugins/firstorder/ground.mli
+++ b/plugins/firstorder/ground.mli
@@ -6,6 +6,6 @@
(* * 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
+val ground_tac: unit Proofview.tactic ->
+ ((Sequent.t -> unit Proofview.tactic) -> unit Proofview.tactic) -> unit Proofview.tactic