open-typerep-0.6.1: Open type representations and dynamic types

Safe HaskellNone
LanguageHaskell2010

Data.TypeRep.Types.IntWord.Typeable

Description

Typeable instances for signed and unsigned integer types. The reason for having these in a separate module is that it might be desired to have these instances with other type representations.

For example, instead of the instance

(IntWordType :<: t) => Typeable t Int8

one might want to have

Typeable MyTypeRep Int8

Documentation