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