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