aboutsummaryrefslogtreecommitdiff
path: root/grammar
diff options
context:
space:
mode:
Diffstat (limited to 'grammar')
-rw-r--r--grammar/tacextend.ml42
-rw-r--r--grammar/vernacextend.ml42
2 files changed, 4 insertions, 0 deletions
diff --git a/grammar/tacextend.ml4 b/grammar/tacextend.ml4
index f5f11e30a8..66f82fcdfc 100644
--- a/grammar/tacextend.ml4
+++ b/grammar/tacextend.ml4
@@ -8,6 +8,8 @@
(*i camlp4deps: "tools/compat5b.cmo" i*)
+(** Implementation of the TACTIC EXTEND macro. *)
+
open Util
open Pp
open Names
diff --git a/grammar/vernacextend.ml4 b/grammar/vernacextend.ml4
index 9db89308fb..03061d8bde 100644
--- a/grammar/vernacextend.ml4
+++ b/grammar/vernacextend.ml4
@@ -8,6 +8,8 @@
(*i camlp4deps: "tools/compat5b.cmo" i*)
+(** Implementation of the VERNAC EXTEND macro. *)
+
open Pp
open Util
open Q_util