module Controller.Menu.Table.Copy (columnEventHandlerWith,rowEventHandlerWith ,formulaAtEventHandler) where import Controller (Controller) import CellCoordinate (CellCoord) columnEventHandlerWith,rowEventHandlerWith :: [Int] -> Controller () formulaAtEventHandler :: CellCoord -> Controller ()