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 da46a16 commit 448922bCopy full SHA for 448922b
src/xref2/compile.ml
@@ -74,6 +74,11 @@ and class_type_path : Env.t -> Paths.Path.ClassType.t -> Paths.Path.ClassType.t
74
| Ok p' -> `Resolved Lang_of.(Path.resolved_class_type (empty ()) p')
75
| Error _ -> p)
76
77
+let () =
78
+ (* Until those are used *)
79
+ ignore value_path;
80
+ ignore constructor_path
81
+
82
let rec unit env t =
83
let open Compilation_unit in
84
let source_info =
src/xref2/link.ml
@@ -194,6 +194,11 @@ let constructor_path :
194
in
195
p)
196
197
198
199
200
201
202
let class_type_path : Env.t -> Paths.Path.ClassType.t -> Paths.Path.ClassType.t
203
=
204
fun env p ->
0 commit comments