Hets - the Heterogeneous Tool Set
Copyrightuni-bremen and DFKI
LicenseGPLv2 or higher, see LICENSE.txt
Maintainerr.pascanu@jacobs-university.de
Stabilityprovisional
Portabilityportable
Safe HaskellNone

CMDL.UndoRedo

Description

CMDL.UnDoRedo contains the implementation of the undo and redo commads

Synopsis

Documentation

cUndo :: CmdlState -> IO CmdlState Source #

Undoes the last command entered

cRedo :: CmdlState -> IO CmdlState Source #

Redoes the last undo command