cardano-base-0.1.4.0: Various utilities for Cardano
Safe HaskellSafe-Inferred
LanguageHaskell2010

Cardano.Base.Typeable

Description

Wrapper for Data.Typeable, plus convenience functions

Documentation

data TypeName a where Source #

Constructors

TypeNameStringStringTypeName a 
TypeNameTypeable a ⇒ TypeName a 

Instances

Instances details
IsString (TypeName a) Source # 
Instance details

Defined in Cardano.Base.Typeable

Methods

fromStringStringTypeName a #

Show (TypeName a) Source # 
Instance details

Defined in Cardano.Base.Typeable

Methods

showsPrecIntTypeName a → ShowS #

showTypeName a → String #

showList ∷ [TypeName a] → ShowS #