| Copyright | (C) 2014-2017 Ryan Scott |
|---|---|
| License | BSD-style (see the file LICENSE) |
| Maintainer | Ryan Scott |
| Stability | Provisional |
| Portability | GHC |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
TextShow.GHC.ForeignSrcLang.Type
Contents
Description
TextShow instance for the ForeignSrcLang data type.
Since: 3.3
Orphan instances
| TextShow ForeignSrcLang Source # | Since: 3.6 |
Methods showbPrec :: Int -> ForeignSrcLang -> Builder # showb :: ForeignSrcLang -> Builder # showbList :: [ForeignSrcLang] -> Builder # showtPrec :: Int -> ForeignSrcLang -> Text # showt :: ForeignSrcLang -> Text # showtList :: [ForeignSrcLang] -> Text # showtlPrec :: Int -> ForeignSrcLang -> Text # showtl :: ForeignSrcLang -> Text # showtlList :: [ForeignSrcLang] -> Text # | |