Safe Haskell | None |
---|
Globally Unique IDentifiers.
- data GUID
- fromByteString :: ByteString -> GUID
- base64Decode :: ByteString -> Maybe GUID
- base64Encode :: GUID -> ByteString
- hexDecode :: ByteString -> Maybe GUID
- hexEncode :: GUID -> ByteString
- newGUID :: IO GUID
- toByteString :: GUID -> ByteString
Documentation
A Globally Unique IDentifier.
fromByteString :: ByteString -> GUIDSource
Convert from ByteString.
base64Decode :: ByteString -> Maybe GUIDSource
Decode a GUID from base64 representation.
base64Encode :: GUID -> ByteStringSource
Base64 encode a GUID.
hexDecode :: ByteString -> Maybe GUIDSource
Decode a GUID from hex representation.
hexEncode :: GUID -> ByteStringSource
Hex encode a GUID.
toByteString :: GUID -> ByteStringSource
Convert to ByteString.