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