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