@antonleykin @mahrud (not sure who I should tag on this) The following code in the documentation (DOC/basics.m2:150) purports to create a chain complex (OldChainComplexes):
needsPackage "WeylAlgebras"
makeWA(QQ[x,y])
C = chainComplex{matrix{{x*dx, y^2+dx}},matrix{{dx*dy},{y^2*dy^3}}}
But this C isn't a chain complex. Is it supposed to be?
I found this when trying to get this package to use Complexes, rather than OldChainComplexes.