ref: 05f6c77db23d5387751e832de578afcfea703478 dir: /lib/std/result.myr/
pkg std = type result(@a, @b) = union `Ok @a `Fail @b ;; ;;