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