ghc-8.0.0.20160204: The GHC API

Safe HaskellNone
LanguageHaskell2010

TcTypeable

Synopsis

Documentation

mkPrimTypeableBinds :: TcM TcGblEnv Source

Generate bindings for the type representation of a wired-in TyCon defined by the virtual GHC.Prim module. This is where we inject the representation bindings for primitive types into GHC.Types

See Note [Grand plan for Typeable] in this module.