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