hydrogen-prelude-0.5: Hydrogen Prelude

Safe HaskellNone
LanguageHaskell2010

Hydrogen.Prelude.Extra

Synopsis

Documentation

data UUID :: *

The UUID type. A Random instance is provided which produces version 4 UUIDs as specified in RFC 4122. The Storable and Binary instances are compatible with RFC 4122, storing the fields in network order as 16 bytes.