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