aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/micromega
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/micromega
parent21dc493a93853525c5d9c33c0c7558909ce5e79d (diff)
Moving Ltac-specific generic arguments to their own file in the ltac/ folder.
Diffstat (limited to 'plugins/micromega')
-rw-r--r--plugins/micromega/g_micromega.ml41
1 files changed, 1 insertions, 0 deletions
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"