ghc-boot-th-8.2.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.2.2-GQflGb8g5JwFXZ9hOVYJWj" 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)))