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