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