Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 7ebd25ac536d248d499a3ce2acda963a > files > 2563

Macaulay2-1.3.1-8.fc15.i686.rpm

-- -*- M2-comint -*- {* hash: 1544783996 *}

i1 : code listUserSymbols

o1 = /builddir/build/BUILD/Macaulay2-1.3.1-r10737/Macaulay2/m2/debugging.m2:
     listUserSymbols = Command ( type -> listSymbols userSymbols type )
     ------------------------------------------------------------------------
     173:34-173:61: --source code:

i2 : code(res,Ideal)

o2 = -- code for method: resolution(Ideal)
     /builddir/build/BUILD/Macaulay2-1.3.1-r10737/Macaulay2/m2/res.m2:210:45-214:6: --source code:
     resolution Ideal := ChainComplex => options -> (I) -> resolution(
          if I.cache.?quotient 
          then I.cache.quotient
          else I.cache.quotient = (ring I)^1/I,
          options)

i3 : code(symbol :, Ideal, Ideal)

o3 = -- code for method: Ideal : Ideal
     /builddir/build/BUILD/Macaulay2-1.3.1-r10737/Macaulay2/m2/colon.m2:162:
     Ideal : Ideal := Ideal => (I,J) -> quotient(I,J)
     ------------------------------------------------------------------------
     33-162:47: --source code:

i4 : code methods use

o4 = -- code for method: use(Monoid)
     /builddir/build/BUILD/Macaulay2-1.3.1-r10737/Macaulay2/m2/orderedmonoidrings.m2:7:17-7:46: --source code:
     use Monoid := x -> ( if x.?use then x.use x; x)
     ---------------------------------
     -- code for method: use(Package)
     /builddir/build/BUILD/Macaulay2-1.3.1-r10737/Macaulay2/m2/packages.m2:416:20-426:31: --source code:
     use Package := pkg -> (
          a := member(pkg,loadedPackages);
          b := member(pkg.Dictionary,dictionaryPath);
          if a and not b then error("use: package ",toString pkg," appears in loadedPackages, but its dictionary is missing from dictionaryPath");
          if b and not a then error("use: package ",toString pkg," does not appear in loadedPackages, but its dictionary appears in dictionaryPath");
          if not a and not b then (
               loadedPackages = prepend(pkg,loadedPackages);
               dictionaryPath = prepend(pkg.Dictionary,dictionaryPath);
               );
          if pkg.?use then pkg.use pkg;
          )
     ---------------------------------
     -- code for method: use(Ring)
     /builddir/build/BUILD/Macaulay2-1.3.1-r10737/Macaulay2/m2/enginering.m2:291:15-296:6: --source code:
     use Ring := R -> (
          if R.?ring then use R.ring;                            -- I'm not sure what this is for.  Which rings have this key?
          generators R;
          if R.?generators and R.?generatorSymbols then scan(R.generatorSymbols,R.generators,(sym,val) -> sym <- val);
          if R.?use then R.use R;
          R)
     ---------------------------------
     -- code for method: use(Thing)
     function 'identity': source code not available

i5 :