Skip to content

Commit

Permalink
Change the use of e.g. {Module} to {Complex,Module}. Currently, this …
Browse files Browse the repository at this point in the history
…then displays that the argument is a complex, a complex, a module (doubled complex). It appears that is a bug that will get fixed before the next version, so we change this to be correct once that bug fix is in.
  • Loading branch information
mikestillman committed Sep 10, 2024
1 parent 6884cfb commit 532650e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions M2/Macaulay2/packages/Complexes/ChainComplexDoc.m2
Original file line number Diff line number Diff line change
Expand Up @@ -2351,8 +2351,8 @@ doc ///
Usage
D = C1 ** C2
Inputs
C1:{Module}
C2:{Module}
C1:{Complex, Module}
C2:{Complex, Module}
Outputs
D:Complex
tensor product of {\tt C1} and {\tt C2}
Expand Down Expand Up @@ -2409,8 +2409,8 @@ doc ///
Usage
D = Hom(C1,C2)
Inputs
C1:{Module, Ring}
C2:{Module, Ring}
C1:{Complex, Module, Ring}
C2:{Complex, Module, Ring}
Outputs
D:Complex
the complex of homomorphisms between {\tt C1} and {\tt C2}
Expand Down Expand Up @@ -4382,9 +4382,9 @@ doc ///
Usage
Ext(M, N)
Inputs
M:{Ideal, Ring}
M:{Module, Ideal, Ring}
that is homogeneous
N:{Ideal, Ring}
N:{Module, Ideal, Ring}
over the same ring as $M$, that is also homogeneous
Outputs
:Module
Expand Down

0 comments on commit 532650e

Please sign in to comment.