Closed sweirich closed 6 years ago
To work around this issue, the midamble for ghc/lib/Name.v includes imports for OccName and Module so that the record selectors defined in these modules will be in scope.
ghc/lib/Name.v
OccName
Module
To work around this issue, the midamble for
ghc/lib/Name.v
includes imports forOccName
andModule
so that the record selectors defined in these modules will be in scope.