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.
2 parents 31e5638 + 2628c34 commit 74e7196Copy full SHA for 74e7196
src/code_path.ml
@@ -69,9 +69,4 @@ let enter_value ~loc value_name t =
69
}
70
71
let to_string_path t = String.concat ~sep:"." (t.file_path :: submodule_path t)
72
-let with_string_path f ~loc ~path = f ~loc ~path:(to_string_path path);;
73
-
74
-let module M = struct
75
- let a = "lol"
76
-end in
77
-M.a
+let with_string_path f ~loc ~path = f ~loc ~path:(to_string_path path)
0 commit comments