ref: c104f230dc27e371b3cdc1893127ad74891bb0ec dir: /libstd/result.myr/
use "die.use" pkg std = type result(@a, @b) = union `Ok @a `Fail @b ;; ;;