lhae-0.0.3: src/Controller/Menu/Table/Copy.hs-boot
module Controller.Menu.Table.Copy
(columnEventHandlerWith,rowEventHandlerWith
,formulaAtEventHandler)
where
import Controller (Controller)
import CellCoordinate (CellCoord)
columnEventHandlerWith,rowEventHandlerWith :: [Int] -> Controller ()
formulaAtEventHandler :: CellCoord -> Controller ()