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