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