CoherentSheaf ++ CoherentSheaf -- direct sum of coherent sheaves
Synopsis:
F ++ G -- direct sum of coherent sheaves.
Code:
-- ../../../Macaulay2/m2/varieties.m2:120
CoherentSheaf ++ CoherentSheaf := CoherentSheaf => (F,G) -> sheaf(F.variety, F.module ++ G.module)