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.ProveCommands

Description

CMDL.ProveCommands contains all commands (except prove/consistency check) related to prove mode

Synopsis

Documentation

cTranslate :: String -> CmdlState -> IO CmdlState Source #

select comorphisms

cDropTranslations :: CmdlState -> IO CmdlState Source #

Drops any seleceted comorphism

cGoalsAxmGeneral :: CmdlListAction -> CmdlGoalAxiom -> String -> CmdlState -> IO CmdlState Source #

A general function that implements the actions of setting, adding or deleting goals or axioms from the selection list

cProve :: CmdlState -> IO CmdlState Source #

Proves only selected goals from all nodes using selected axioms

cProveAll :: CmdlState -> IO CmdlState Source #

Proves all goals in the nodes selected using all axioms and theorems

cSetUseThms :: Bool -> CmdlState -> IO CmdlState Source #

Sets the use theorems flag of the interface

cSetSave2File :: Bool -> CmdlState -> IO CmdlState Source #

Sets the save2File value to either true or false

cEndScript :: CmdlState -> IO CmdlState Source #

Function to signal the interface that the script has ended

cStartScript :: CmdlState -> IO CmdlState Source #

Function to signal the interface that a scrips starts so it should not try to parse the input

cNotACommand :: String -> CmdlState -> IO CmdlState Source #

The function is called everytime when the input could not be parsed as a command