Copyright | (c) Andrew Gibiansky, 2016 |
---|---|
License | MIT |
Maintainer | [email protected] |
Stability | stable |
Portability | POSIX |
Safe Haskell | None |
Language | Haskell2010 |
Jupyter.UUID
Description
Generate, parse, and pretty print UUIDs for use with Jupyter.
UUIDs are stored internally as just strings, rather than parsed UUIDs, because Jupyter cares about things like dashes and capitalization -- if they are not identical to the ones Jupyter send, Jupyter will not recognize them. Thus, we treat them as strings rather than UUIDs to be parsed to avoid modifying them in any way.
UUID data type and conversions
A UUID (universally unique identifier).