[top][index]
search for:

options Monoid -- get values used for optional arguments

Synopsis:

  • Function: options -- get options
  • Input:
  • an instance of class Monoid.
  • Output:
  • an instance of class OptionTable.
  • options M -- returns the options used when the monoid M was created.

    Code:

         -- ../../../Macaulay2/m2/orderedmonoidrings.m2:8
         options Monoid := x -> null

    [top][index]
    search for: