Skip to content

Disambiguate From ... Require Import|Export ...

Björn Brandenburg requested to merge disambiguate-require into master

Fix issue #49 (closed) by converting From rt.foo Require Import|Export bar. to Require Import|Export rt.foo.bar. all over the place.

This actually fixes a bunch of incorrect imports, i.e., we were accidentally relying on Coq's auto-magic search feature to find the intended modules.

Aside: We obviously have too many Require Import statements, but that will have to be addressed in a separate MR.

CC: @sbozhko @mlesourd @sophie @proux

Merge request reports