Safe Haskell | None |
---|---|
Language | Haskell2010 |
This module contains orphan UUID
instances and a few convenience
functions around UUIDs. It would be great if this were its own entirely
separate package.
- data UUID :: *
- uuidFromText :: Text -> Maybe UUID
- uuidToText :: UUID -> Text
- nil :: UUID
- uuidNextRandom :: IO UUID
- uuidFromInteger :: Integer -> UUID
Documentation
uuidToText :: UUID -> Text Source #
uuidNextRandom :: IO UUID Source #
uuidFromInteger :: Integer -> UUID Source #