aboutsummaryrefslogtreecommitdiffhomepage
path: root/parsing
diff options
context:
space:
mode:
authorGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2016-09-19 20:00:19 +0200
committerGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2016-09-21 12:56:26 +0200
commit9c352481f1a2d3a9c2e0e1f084d1c65521a0c438 (patch)
tree886353d2523c153d177eda3ccf3fde6dfed7634e /parsing
parent424de98770e1fd8c307a7cd0053c268a48532463 (diff)
Merging Stdarg and Constrarg.
There was no reason to keep them separate since quite a long time. Historically, they were making Genarg depend or not on upper strata of the code, but since it was moved to lib/ this is not justified anymore.
Diffstat (limited to 'parsing')
-rw-r--r--parsing/pcoq.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/parsing/pcoq.ml b/parsing/pcoq.ml
index e3a66dc11..ef707790c 100644
--- a/parsing/pcoq.ml
+++ b/parsing/pcoq.ml
@@ -458,7 +458,6 @@ let with_grammar_rule_protection f x =
let () =
let open Stdarg in
- let open Constrarg in
Grammar.register0 wit_int (Prim.integer);
Grammar.register0 wit_string (Prim.string);
Grammar.register0 wit_pre_ident (Prim.preident);