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