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