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