Safe Haskell | None |
---|---|
Language | GHC2021 |
Synopsis
- newtype PD a = PD {
- unPD :: PDConfig -> HomeUnit -> PState -> ParseResult a
- liftP :: P a -> PD a
- failMsgPD :: (SrcSpan -> MsgEnvelope PsMessage) -> PD a
- getPDConfig :: PD PDConfig
- getProfile :: PD Profile
- getPlatform :: PD Platform
- getHomeUnitId :: PD UnitId
- data PDConfig = PDConfig {
- pdProfile :: !Profile
- pdSanitizeAlignment :: !Bool