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

Description

CMDL.Shell contains almost all functions related the CMDL shell or haskeline

Synopsis

Documentation

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

Function handle a comment line

nodeNames :: [(a, DGNodeLab)] -> [String] Source #

cmdlCompletionFn :: [CmdlCmdDescription] -> CmdlState -> String -> IO [String] Source #

The function provides a list of possible completion to a given input if any