ghc-8.0.0.20160204: The GHC API

Safe HaskellNone
LanguageHaskell2010

HsDoc

Documentation

newtype HsDocString Source

Constructors

HsDocString FastString 

Instances

Eq HsDocString 
Data HsDocString 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> HsDocString -> c HsDocString Source

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c HsDocString Source

toConstr :: HsDocString -> Constr Source

dataTypeOf :: HsDocString -> DataType Source

dataCast1 :: Typeable (TYPE Lifted -> TYPE Lifted) t => (forall d. Data d => c (t d)) -> Maybe (c HsDocString) Source

dataCast2 :: Typeable (TYPE Lifted -> TYPE Lifted -> TYPE Lifted) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c HsDocString) Source

gmapT :: (forall b. Data b => b -> b) -> HsDocString -> HsDocString Source

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> HsDocString -> r Source

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> HsDocString -> r Source

gmapQ :: (forall d. Data d => d -> u) -> HsDocString -> [u] Source

gmapQi :: Int -> (forall d. Data d => d -> u) -> HsDocString -> u Source

gmapM :: Monad m => (forall d. Data d => d -> m d) -> HsDocString -> m HsDocString Source

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> HsDocString -> m HsDocString Source

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> HsDocString -> m HsDocString Source

Show HsDocString 
Outputable HsDocString