Type UUID = Array; Type Nanoseconds = U32; Structure Duration { secs: U64 nanos: Nanoseconds } Structure LinkedList { data: T, child: Option>, } Constant VERSION = Version { major: 1, minor: 0, patch: 0 };