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