TcRnExports
tcRnExports :: Bool -> Maybe (Located [LIE GhcPs]) -> TcGblEnv -> RnM TcGblEnv Source #
exports_from_avail Source #
Arguments
Nothing means no explicit export list
Nothing
Imported modules; this is used to test if a module Foo export is valid (it's not valid if we didn't import Foo!)
module Foo
Foo