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