Network.DBus.Type
Documentation
data DBasicType Source
Constructors
| DTypeByte | |
| DTypeBoolean | |
| DTypeInt16 | |
| DTypeInt32 | |
| DTypeInt64 | |
| DTypeUInt16 | |
| DTypeUInt32 | |
| DTypeUInt64 | |
| DTypeDouble | |
| DTypeString | |
| DTypeObjectPath | |
| DTypeSignature |
Instances
| Eq DBasicType | |
| Ord DBasicType | |
| Show DBasicType | |
| Typeable DBasicType | |
| PrettyType DBasicType |
prettyType :: PrettyType t => t -> StringSource