Skip to content
Snippets Groups Projects

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

Merged 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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading