diff options
Diffstat (limited to 'printing/ppannotation.ml')
| -rw-r--r-- | printing/ppannotation.ml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/printing/ppannotation.ml b/printing/ppannotation.ml index 549a0dab8e..3274a7bdcf 100644 --- a/printing/ppannotation.ml +++ b/printing/ppannotation.ml @@ -6,9 +6,11 @@ (* * GNU Lesser General Public License Version 2.1 *) (************************************************************************) -open Constrexpr open Ppextend +open Constrexpr +open Vernacexpr type t = | AUnparsing of unparsing | AConstrExpr of constr_expr + | AVernac of vernac_expr |
