1load "__m2tmp.in";
2file = "__m2tmp.out" << "";
3file << "R = ZZ[" << toString(generators(R)) << "];" << endl;
4file << toString(irreducibleDecomposition(I)) << ";" << endl << close;
5quit;
6