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