ghc-boot-th-8.2.2: Shared functionality between GHC and the @template-haskell@ library
GHC.ForeignSrcLang.Type
data ForeignSrcLang Source #
Constructors
Instances
Methods
(==) :: ForeignSrcLang -> ForeignSrcLang -> Bool #
(/=) :: ForeignSrcLang -> ForeignSrcLang -> Bool #
showsPrec :: Int -> ForeignSrcLang -> ShowS Source #
show :: ForeignSrcLang -> String Source #
showList :: [ForeignSrcLang] -> ShowS Source #
Associated Types
type Rep ForeignSrcLang :: * -> * Source #
from :: ForeignSrcLang -> Rep ForeignSrcLang x Source #
to :: Rep ForeignSrcLang x -> ForeignSrcLang Source #