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