Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- newtype PD a = PD {}
- liftP :: P a -> PD a
- failMsgPD :: (SrcSpan -> PsError) -> PD a
- getProfile :: PD Profile
- getPlatform :: PD Platform
- getPtrOpts :: PD PtrOpts
- getHomeUnitId :: PD UnitId
Documentation
getProfile :: PD Profile Source #
getPlatform :: PD Platform Source #
getPtrOpts :: PD PtrOpts Source #
getHomeUnitId :: PD UnitId Source #
Return the UnitId of the home-unit. This is used to create labels.