system-uuid-2.1.1: Bindings to system UUID functions.

Data.UUID

Description

The UUID datatype.

Synopsis

Documentation

data UUID Source

A type for Uniform Unique Identifiers. The Num instance allows UUIDs to be specified with 0, 1, &c. -- testing for the null UUID is easier that way. The Storable instance is compatible with most (all?) systems' native representation of UUIDs.