| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
ReWire.HSE.Globs
Description
The two module-loader helpers the HSE front end's recursive import loader (ReWire.HSE.Cache) needs: computing a module's global-name renamer extension and its effective import list.
Documentation
extendWithGlobs :: Annotation a => Module a -> Renamer -> Renamer Source #
getImps :: Annotation a => Module a -> [ImportDecl a] Source #