aboutsummaryrefslogtreecommitdiffhomepage
path: root/translate/ppvernacnew.ml
diff options
context:
space:
mode:
Diffstat (limited to 'translate/ppvernacnew.ml')
-rw-r--r--translate/ppvernacnew.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/translate/ppvernacnew.ml b/translate/ppvernacnew.ml
index 5f5e3b121..9a0bc64f8 100644
--- a/translate/ppvernacnew.ml
+++ b/translate/ppvernacnew.ml
@@ -429,6 +429,8 @@ let rec pr_vernac = function
| Decl_kinds.GCoercion -> str"Coercion"
| Decl_kinds.LDefinition -> str"Local"
| Decl_kinds.GDefinition -> str"Definition"
+ | Decl_kinds.LSubClass -> str"Local SubClass"
+ | Decl_kinds.GSubClass -> str"SubClass"
| Decl_kinds.SCanonical -> str"Canonical Structure" in
let pr_reduce = function
| None -> mt()