Safe Haskell | None |
---|---|
Language | GHC2021 |
Language.Haskell.Syntax.ImpExp.IsBoot
Synopsis
- data IsBootInterface
Documentation
data IsBootInterface Source #
Indicates whether a module name is referring to a boot interface (hs-boot file) or regular module (hs file). We need to treat boot modules specially when building compilation graphs, since they break cycles. Regular source files and signature files are treated equivalently.