manatee-core-0.0.1: The core of Manatee.

Manatee.Toolkit.General.Typeable

Synopsis

Documentation

dynTypeString :: Dynamic -> StringSource

Get type string of dynamic type.

typeString :: Typeable a => a -> StringSource

Type String.

castType :: Typeable a => String -> Maybe aSource

Cast to Type with String.

typeByteString :: Typeable a => a -> ByteStringSource

Type of byte string.

convertType :: (Typeable a, Typeable b) => a -> bSource

Convert Type.