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