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