Skip to content

Commit b4084e3

Browse files
panglesdJulow
authored andcommitted
Unexpose unused values from ident_env
Signed-off-by: Paul-Elliot <[email protected]> Co-authored-by: Jules Aguillon <[email protected]>
1 parent 24daa6e commit b4084e3

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

src/loader/ident_env.cppo.mli

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,6 @@ open Odoc_model
1818

1919
type t
2020

21-
type item =
22-
[ `Module of Ident.t * bool * Warnings.loc option
23-
| `ModuleType of Ident.t * bool * Warnings.loc option
24-
| `Type of Ident.t * bool * Warnings.loc option
25-
| `Value of Ident.t * bool * Warnings.loc option
26-
| `Class of
27-
Ident.t * Ident.t * Ident.t * Ident.t option * bool * Warnings.loc option
28-
| `Exception of Ident.t * Warnings.loc option
29-
| `Extension of Ident.t * Warnings.loc option
30-
| `ClassType of
31-
Ident.t * Ident.t * Ident.t option * bool * Warnings.loc option ]
32-
33-
type items = [ item | `Include of item list ]
34-
3521
val empty : unit -> t
3622

3723
val add_parameter :
@@ -86,16 +72,6 @@ module Fragment : sig
8672
val read_type : Longident.t -> Paths.Fragment.Type.t
8773
end
8874

89-
val flatten_extracted : items list -> item list
90-
91-
val env_of_items : Paths.Identifier.Signature.t -> item list -> t -> t
92-
93-
val extract_structure_tree_items :
94-
bool -> Typedtree.structure_item list -> items list
95-
96-
val extract_signature_tree_items :
97-
bool -> Typedtree.signature_item list -> items list
98-
9975
val identifier_of_loc :
10076
t -> Warnings.loc -> Odoc_model.Paths.Identifier.t option
10177
(** Each generated id has its location stored. This allows to get back the id

0 commit comments

Comments
 (0)