ghc-lib-8.8.2.20200205: The GHC API, decoupled from GHC versions

Safe HaskellNone
LanguageHaskell2010

TcTypeableValidity

Description

This module is separate from TcTypeable because the functions in this module are used in ClsInst, and importing TcTypeable from ClsInst would lead to an import cycle.

Synopsis

Documentation

tyConIsTypeable :: TyCon -> Bool Source #

Is a particular TyCon representable by Typeable?. These exclude type families and polytypes.

typeIsTypeable :: Type -> Bool Source #

Is a particular Type representable by Typeable? Here we look for polytypes and types containing casts (which may be, for instance, a type family).