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