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:
-- ../m2/rings.m2:33 ring Type := T -> if T.?ring then T.ring else error "no ring"
search for: