File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,11 @@ and class_type_path : Env.t -> Paths.Path.ClassType.t -> Paths.Path.ClassType.t
7474 | Ok p' -> `Resolved Lang_of. (Path. resolved_class_type (empty () ) p')
7575 | Error _ -> p)
7676
77+ let () =
78+ (* Until those are used *)
79+ ignore value_path;
80+ ignore constructor_path
81+
7782let rec unit env t =
7883 let open Compilation_unit in
7984 let source_info =
Original file line number Diff line number Diff line change @@ -190,6 +190,11 @@ let constructor_path :
190190 Errors. report ~what: (`Constructor_path cp) ~tools_error: e `Lookup ;
191191 p)
192192
193+ let () =
194+ (* Until those are used *)
195+ ignore value_path;
196+ ignore constructor_path
197+
193198let class_type_path : Env. t -> Paths.Path.ClassType. t -> Paths.Path.ClassType. t
194199 =
195200 fun env p ->
You can’t perform that action at this time.
0 commit comments