Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
writeCmms :: (Outputable info, Outputable g) => DynFlags -> Handle -> [GenCmmGroup RawCmmStatics info g] -> IO () Source #
pprCmms :: (Outputable info, Outputable g) => [GenCmmGroup RawCmmStatics info g] -> SDoc Source #
pprCmmGroup :: (Outputable d, Outputable info, Outputable g) => GenCmmGroup d info g -> SDoc Source #
pprSection :: Section -> SDoc Source #
Orphan instances
Outputable CmmInfoTable Source # | |
Outputable CmmStatic Source # | |
Outputable ForeignHint Source # | |
Outputable (GenCmmStatics a) Source # | |
(Outputable d, Outputable info, Outputable i) => Outputable (GenCmmDecl d info i) Source # | |