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