polytypeable-0.1.0.0: Typeable for polymorphic types.

Data.PolyTypeable

Documentation

class PolyTypeable a whereSource

Methods

polyTypeOf :: a -> TypeRepSource

Instances

(Analyze a result, MyTypeable' HNil gout result) => PolyTypeable a