You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Various functions in homalg are documented as having a fixed arity, but their implementation is actually variadic; e.g. HomalgScalarMatrix and HomalgDiagonalMatrix. It is unclear to me if the documentation is right and the implementation is just needlessly complex (and lax in that it accepts all kinds of malformed inputs or else produces strange errors for it); or whether the documentation is outdated. Or possibly a mixture of the above?
The text was updated successfully, but these errors were encountered:
Various functions in homalg are documented as having a fixed arity, but their implementation is actually variadic; e.g.
HomalgScalarMatrix
andHomalgDiagonalMatrix
. It is unclear to me if the documentation is right and the implementation is just needlessly complex (and lax in that it accepts all kinds of malformed inputs or else produces strange errors for it); or whether the documentation is outdated. Or possibly a mixture of the above?The text was updated successfully, but these errors were encountered: