It might be useful to include a standard abbreviation for a time. Something like this: ``` time ≡ (record (field "seconds" u64) (field "nanos" u32)) ``` It would be defined as the duration elapsed since the unix epoch.
It might be useful to include a standard abbreviation for a time.
Something like this:
It would be defined as the duration elapsed since the unix epoch.