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 701d657 commit 0b4a460Copy full SHA for 0b4a460
src/loader/ident_env.cppo.mli
@@ -82,5 +82,6 @@ val identifier_of_loc : t -> Location.t -> Paths.Identifier.t option
82
knowing only the location. This is used to generate links to source from the
83
resolution of a shape. *)
84
85
-val iter_located_identifier : t -> (Location.t -> Paths.Identifier.t -> unit) -> unit
+val iter_located_identifier :
86
+ t -> (Location.t -> Paths.Identifier.t -> unit) -> unit
87
(** Iter on all stored pair [location]-[identifier]. *)
0 commit comments