Skip to content

Commit 68ead12

Browse files
committed
Fixes following recently merged changes
1 parent f3f68c7 commit 68ead12

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/loader/ident_env.cppo.mli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ val find_module_type : t -> Ident.t -> Paths.Identifier.ModuleType.t
5050

5151
val find_value_identifier : t -> Ident.t -> Paths.Identifier.Value.t
5252

53-
val find_type : t -> Ident.t -> Paths_types.Identifier.path_type
53+
val find_type : t -> Ident.t -> Paths.Identifier.Path.Type.t
5454

5555
val find_type_identifier : t -> Ident.t -> Paths.Identifier.Type.t
5656

src/model/odoc_model.ml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ module Paths = Paths
44
module Names = Names
55
module Predefined = Predefined
66
module Root = Root
7-
module Ident_env = Ident_env
87
module Error = Error
98
module Location_ = Location_
109
module Compat = Compat

0 commit comments

Comments
 (0)