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