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