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