aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins
diff options
context:
space:
mode:
authorGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2016-09-15 16:09:17 +0200
committerGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2016-09-15 16:33:00 +0200
commit975e7cd2ad032668c7df690c9bdaa8cdbb196569 (patch)
treed7c511f083288601aa3fee1032b76834f28913d8 /plugins
parent21dc493a93853525c5d9c33c0c7558909ce5e79d (diff)
Moving Ltac-specific generic arguments to their own file in the ltac/ folder.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/firstorder/g_ground.ml41
-rw-r--r--plugins/micromega/g_micromega.ml41
-rw-r--r--plugins/quote/g_quote.ml41
-rw-r--r--plugins/setoid_ring/g_newring.ml41
-rw-r--r--plugins/ssrmatching/ssrmatching.ml41
5 files changed, 5 insertions, 0 deletions
diff --git a/plugins/firstorder/g_ground.ml4 b/plugins/firstorder/g_ground.ml4
index 95095b09c..487162687 100644
--- a/plugins/firstorder/g_ground.ml4
+++ b/plugins/firstorder/g_ground.ml4
@@ -16,6 +16,7 @@ open Tacticals
open Tacinterp
open Libnames
open Constrarg
+open Tacarg
open Stdarg
open Pcoq.Prim
diff --git a/plugins/micromega/g_micromega.ml4 b/plugins/micromega/g_micromega.ml4
index 027f690fc..aadcf060e 100644
--- a/plugins/micromega/g_micromega.ml4
+++ b/plugins/micromega/g_micromega.ml4
@@ -17,6 +17,7 @@
(*i camlp4deps: "grammar/grammar.cma" i*)
open Constrarg
+open Tacarg
DECLARE PLUGIN "micromega_plugin"
diff --git a/plugins/quote/g_quote.ml4 b/plugins/quote/g_quote.ml4
index fd87d5b7d..ebd19428f 100644
--- a/plugins/quote/g_quote.ml4
+++ b/plugins/quote/g_quote.ml4
@@ -14,6 +14,7 @@ open Tacexpr
open Geninterp
open Quote
open Constrarg
+open Tacarg
DECLARE PLUGIN "quote_plugin"
diff --git a/plugins/setoid_ring/g_newring.ml4 b/plugins/setoid_ring/g_newring.ml4
index 1a0020031..13e225404 100644
--- a/plugins/setoid_ring/g_newring.ml4
+++ b/plugins/setoid_ring/g_newring.ml4
@@ -16,6 +16,7 @@ open Newring_ast
open Newring
open Stdarg
open Constrarg
+open Tacarg
open Pcoq.Constr
open Pltac
diff --git a/plugins/ssrmatching/ssrmatching.ml4 b/plugins/ssrmatching/ssrmatching.ml4
index 150be9d72..099918c35 100644
--- a/plugins/ssrmatching/ssrmatching.ml4
+++ b/plugins/ssrmatching/ssrmatching.ml4
@@ -20,6 +20,7 @@ open Pp
open Pcoq
open Genarg
open Constrarg
+open Tacarg
open Term
open Vars
open Topconstr