aboutsummaryrefslogtreecommitdiff
path: root/plugins/firstorder/ground.mli
diff options
context:
space:
mode:
authorMaxime Dénès2017-04-27 17:30:54 +0200
committerMaxime Dénès2017-04-27 17:30:54 +0200
commit338f8df5ea59a46b60fcfbe50e122fd6eee0dc52 (patch)
treeac27debb6849cab3e637205578901a92b70a51df /plugins/firstorder/ground.mli
parent0bfd1f2a461ec989dbe812b10d8ee39d296bc777 (diff)
parent6d4f2222aa7ff6039f9f386cbc38201a0cd60c08 (diff)
Merge PR#568: Remove tactic compatibility layer
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 b5669463cd..4fd1e38a27 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