summaryrefslogtreecommitdiff
path: root/typing/typecore.ml
diff options
context:
space:
mode:
Diffstat (limited to 'typing/typecore.ml')
-rw-r--r--typing/typecore.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/typing/typecore.ml b/typing/typecore.ml
index d5f88241f6..e92dec8f17 100644
--- a/typing/typecore.ml
+++ b/typing/typecore.ml
@@ -966,7 +966,7 @@ end) = struct
[_] -> []
| _ -> let open Printtyp in
wrap_printing_env ~error:true env (fun () ->
- reset(); strings_of_paths Type tpaths)
+ reset(); strings_of_paths (Some Type) tpaths)
let disambiguate_by_type env tpath lbls =
match lbls with