ghc-boot-th-8.4.2: Shared functionality between GHC and the @template-haskell@ library

Safe HaskellSafe
LanguageHaskell2010

GHC.ForeignSrcLang.Type

Documentation

data ForeignSrcLang Source #

Constructors

LangC 
LangCxx 
LangObjc 
LangObjcxx 

Instances

Eq ForeignSrcLang Source # 
Show ForeignSrcLang Source # 
Generic ForeignSrcLang Source # 

Associated Types

type Rep ForeignSrcLang :: * -> * #

type Rep ForeignSrcLang Source # 
type Rep ForeignSrcLang = D1 * (MetaData "ForeignSrcLang" "GHC.ForeignSrcLang.Type" "ghc-boot-th-8.4.2-CtuQzwA4M85zkbQREzjql" False) ((:+:) * ((:+:) * (C1 * (MetaCons "LangC" PrefixI False) (U1 *)) (C1 * (MetaCons "LangCxx" PrefixI False) (U1 *))) ((:+:) * (C1 * (MetaCons "LangObjc" PrefixI False) (U1 *)) (C1 * (MetaCons "LangObjcxx" PrefixI False) (U1 *))))