uuid-orphans-1.4.5: Orphan instances for the UUID datatype
Data.UUID.Orphans
Contents
showUUID :: UUID -> String Source #
The Show instance for UUID does not return a string containing a haskell expression, so if that is required use this function instead.
Associated Types
type Rep UUID :: Type -> Type #
Methods
from :: UUID -> Rep UUID x #
to :: Rep UUID x -> UUID #
lift :: UUID -> Q Exp #
version :: Version UUID #
kind :: Kind UUID #
getCopy :: Contained (Get UUID) #
putCopy :: UUID -> Contained Put #
internalConsistency :: Consistency UUID #
objectProfile :: Profile UUID #
errorTypeName :: Proxy UUID -> String #
toPathSegments :: UUID -> [Text] #
fromPathSegments :: URLParser UUID #