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