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