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