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