aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev
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 /dev
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 'dev')
-rw-r--r--dev/doc/changes.txt2
-rw-r--r--dev/top_printers.ml2
2 files changed, 3 insertions, 1 deletions
diff --git a/dev/doc/changes.txt b/dev/doc/changes.txt
index 00078c69f..2792e5756 100644
--- a/dev/doc/changes.txt
+++ b/dev/doc/changes.txt
@@ -23,6 +23,8 @@ The following type aliases where removed
Context.section_context ... it was just an alias for "Context.Named.t" which is still available
+The module Constrarg was merged into Stdarg.
+
** Ltac API **
Many Ltac specific API has been moved in its own ltac/ folder. Amongst other
diff --git a/dev/top_printers.ml b/dev/top_printers.ml
index e09477014..f99132a67 100644
--- a/dev/top_printers.ml
+++ b/dev/top_printers.ml
@@ -501,7 +501,7 @@ END
open Pcoq
open Genarg
-open Constrarg
+open Stdarg
open Egramml
let _ =