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