Cabal-syntax-3.11.0.0: A library for working with .cabal files
Safe HaskellSafe-Inferred
LanguageHaskell2010

Distribution.Compat.Typeable

Documentation

class Typeable (a :: k) #

Minimal complete definition

typeRep#

typeRep :: forall {k} proxy (a :: k). Typeable a => proxy a -> TypeRep #