[next][previous][up][top][index]
search for:

ring Module -- get the associated ring

Synopsis:

  • Function: ring -- get the associated ring
  • Input:
  • an instance of class Module.
  • Output:
  • an instance of class Ring.
  • Code:

         -- ../../../Macaulay2/m2/rings.m2:33
         ring Type := T -> if T.?ring then T.ring else error "no ring"

    [next][previous][up][top][index]
    search for: