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