aboutsummaryrefslogtreecommitdiff
path: root/printing/ppvernac.ml
diff options
context:
space:
mode:
Diffstat (limited to 'printing/ppvernac.ml')
-rw-r--r--printing/ppvernac.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/printing/ppvernac.ml b/printing/ppvernac.ml
index 06d0958183..bb0f4982bc 100644
--- a/printing/ppvernac.ml
+++ b/printing/ppvernac.ml
@@ -478,6 +478,7 @@ let rec pr_vernac = function
(* Stm *)
| VernacStm JoinDocument -> str"Stm JoinDocument"
+ | VernacStm PrintDag -> str"Stm PrintDag"
| VernacStm Finish -> str"Stm Finish"
| VernacStm (Observe id) ->
str"Stm Observe " ++ str(Stateid.to_string id)