cqrs-0.5.0: Command-Query Responsibility Segregation

Data.CQRS.GUID

Description

Globally Unique IDentifiers.

Synopsis

Documentation

data GUID a Source

A GUID for values of type a.

Instances

Typeable1 GUID 
Eq (GUID a) 
Show (GUID a) 
Serialize (GUID a)

Serialize instance.

Default (GUID a)

Default GUID value.

ToSQLData (GUID a) 

newGUID :: IO (GUID a)Source

Create a new random GUID.