summaryrefslogtreecommitdiffstats
path: root/ocamldoc/odoc_print.ml
diff options
context:
space:
mode:
Diffstat (limited to 'ocamldoc/odoc_print.ml')
-rw-r--r--ocamldoc/odoc_print.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/ocamldoc/odoc_print.ml b/ocamldoc/odoc_print.ml
index d6b56f395..3fa826af9 100644
--- a/ocamldoc/odoc_print.ml
+++ b/ocamldoc/odoc_print.ml
@@ -55,6 +55,7 @@ let simpl_module_type ?code t =
let rec iter t =
match t with
Types.Mty_ident p -> t
+ | Types.Mty_alias p -> t
| Types.Mty_signature _ ->
(
match code with