Bases for direct sum of modules #
This file defines a Module.Free instance for the direct sum of modules.
Implementation notes #
Currently, to get a basis on ⨁ i, M i from a basis on each M i, use DFinsupp.basis
(using that the types are defeq).