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