summaryrefslogtreecommitdiffstats
path: root/ocamldoc/odoc_dep.ml
diff options
context:
space:
mode:
Diffstat (limited to 'ocamldoc/odoc_dep.ml')
-rw-r--r--ocamldoc/odoc_dep.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ocamldoc/odoc_dep.ml b/ocamldoc/odoc_dep.ml
index 94cd51024..c7ff69346 100644
--- a/ocamldoc/odoc_dep.ml
+++ b/ocamldoc/odoc_dep.ml
@@ -147,7 +147,7 @@ let type_deps t =
in
(match t.T.ty_kind with
T.Type_abstract -> ()
- | T.Type_variant (cl, _) ->
+ | T.Type_variant cl ->
List.iter
(fun c ->
List.iter
@@ -158,7 +158,7 @@ let type_deps t =
c.T.vc_args
)
cl
- | T.Type_record (rl, _) ->
+ | T.Type_record rl ->
List.iter
(fun r ->
let s = Odoc_print.string_of_type_expr r.T.rf_type in