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 2f303dd commit 81d6415Copy full SHA for 81d6415
src/ocaml/typing/409/env.ml
@@ -2922,7 +2922,7 @@ let check_state_consistency () =
2922
| _ -> false
2923
| exception Not_found -> true
2924
and found _modname filename pm =
2925
- match !(Cmi_cache.(read filename).Cmi_cache.cmi_cache) with
+ match !(Cmi_cache.(get_cached_entry filename).Cmi_cache.cmi_cache) with
2926
| Cmi_cache_store sg -> Std.lazy_eq sg pm.pm_signature
2927
2928
| exception Not_found -> false
0 commit comments