ref: 0b7b8cf380ced404a763a81e86db439ee4915393 dir: /lib/std/result.myr/
pkg std = type result(@a, @b) = union `Ok @a `Err @b ;; ;;