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