We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3f68c7 commit 68ead12Copy full SHA for 68ead12
src/loader/ident_env.cppo.mli
@@ -50,7 +50,7 @@ val find_module_type : t -> Ident.t -> Paths.Identifier.ModuleType.t
50
51
val find_value_identifier : t -> Ident.t -> Paths.Identifier.Value.t
52
53
-val find_type : t -> Ident.t -> Paths_types.Identifier.path_type
+val find_type : t -> Ident.t -> Paths.Identifier.Path.Type.t
54
55
val find_type_identifier : t -> Ident.t -> Paths.Identifier.Type.t
56
src/model/odoc_model.ml
@@ -4,7 +4,6 @@ module Paths = Paths
4
module Names = Names
5
module Predefined = Predefined
6
module Root = Root
7
-module Ident_env = Ident_env
8
module Error = Error
9
module Location_ = Location_
10
module Compat = Compat
0 commit comments