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