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