Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Iterate over all persistent modules in
Env.iter_env
From ocaml-flambda/flambda-backend#1962. Currently, `Env.iter_env` doesn't involve `Persistent_env` unless something in the `Env.t` is bound to a persistent module. This risks missing possibilities for path shortening, since most persistent modules are only stored in `Persistent_env`.
- Loading branch information