use uuid::Uuid;

/// main UUID namespace
pub const ZHED: Uuid = Uuid::from_bytes([
    0x23, 0x04, 0xc3, 0x98, 0x30, 0x27, 0x44, 0x94, 0xbd, 0x67, 0xf8, 0x43, 0xd5, 0x63, 0x06, 0x46,
]);

pub const UNBOUND_VAR: Uuid = Uuid::from_bytes([
    0xca, 0xe1, 0x13, 0xee, 0x08, 0xc2, 0x54, 0x3e, 0x8a, 0x5c, 0xe4, 0x3f, 0xc1, 0xde, 0x6b, 0xe7,
]);

pub const FUNCTION: Uuid = Uuid::from_bytes([
    0xc4, 0x6a, 0x9c, 0x81, 0x6b, 0x75, 0x54, 0xf6, 0xb4, 0xa5, 0xb6, 0xf1, 0x48, 0x67, 0x60, 0x41,
]);

pub const MARKUP_TAG: Uuid = Uuid::from_bytes([
    0x58, 0x50, 0x8b, 0x2e, 0x89, 0x8e, 0x5b, 0x19, 0x8b, 0xc1, 0xda, 0x76, 0x6b, 0x48, 0x99, 0x19,
]);