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