summaryrefslogtreecommitdiffstats
path: root/parsing/pprintast.ml
diff options
context:
space:
mode:
Diffstat (limited to 'parsing/pprintast.ml')
-rw-r--r--parsing/pprintast.ml3
1 files changed, 1 insertions, 2 deletions
diff --git a/parsing/pprintast.ml b/parsing/pprintast.ml
index aa812542e..b7c2e5cbd 100644
--- a/parsing/pprintast.ml
+++ b/parsing/pprintast.ml
@@ -818,8 +818,7 @@ class printer ()= object(self:'self)
pp f "(%a@ :@ %a)"
self#class_expr ce
self#class_type ct
-
-
+ | Pcl_extension _ -> assert false
method module_type f x =
match x.pmty_desc with