File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ and show_signature h sig_ =
1919 | `ModuleType (_ , p ) ->
2020 Format. fprintf h " %s" (Odoc_model.Names.ModuleTypeName. to_string p)
2121
22- let show_type_name_verbose h : Path.Type.t -> _ = function
22+ let rec show_type_name_verbose h : Path.Type.t -> _ = function
2323 | `Resolved t ->
2424 Format. fprintf h " %a" show_ident_long Path.Resolved. (identifier (t :> t ))
2525 | `Identifier (path , _hidden ) ->
@@ -31,5 +31,6 @@ let show_type_name_verbose h : Path.Type.t -> _ = function
3131 " %s.%s"
3232 (Odoc_document.Url. render_path (mdl :> Path.t ))
3333 (Odoc_model.Names.TypeName. to_string x)
34+ | `SubstitutedT x -> show_type_name_verbose h x
3435
3536let to_string t = Format. asprintf " %a" show_type_name_verbose t
You can’t perform that action at this time.
0 commit comments