aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/firstorder/ground.mli
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/firstorder/ground.mli')
-rw-r--r--plugins/firstorder/ground.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/firstorder/ground.mli b/plugins/firstorder/ground.mli
index 4fd1e38a2..aaf79ae88 100644
--- a/plugins/firstorder/ground.mli
+++ b/plugins/firstorder/ground.mli
@@ -6,6 +6,8 @@
(* * GNU Lesser General Public License Version 2.1 *)
(************************************************************************)
+open API
+
val ground_tac: unit Proofview.tactic ->
((Sequent.t -> unit Proofview.tactic) -> unit Proofview.tactic) -> unit Proofview.tactic