Copyright | uni-bremen and DFKI |
---|---|
License | GPLv2 or higher, see LICENSE.txt |
Maintainer | r.pascanu@jacobs-university.de |
Stability | provisional |
Portability | portable |
Safe Haskell | None |
CMDL.Shell contains almost all functions related the CMDL shell or haskeline
- cComment :: String -> CmdlState -> IO CmdlState
- cOpenComment :: String -> CmdlState -> IO CmdlState
- cCloseComment :: CmdlState -> IO CmdlState
- nodeNames :: [(a, DGNodeLab)] -> [String]
- cmdlCompletionFn :: [CmdlCmdDescription] -> CmdlState -> String -> IO [String]
- checkCom :: CmdlCmdDescription -> CmdlState -> IO CmdlState
Documentation
cOpenComment :: String -> CmdlState -> IO CmdlState
cCloseComment :: CmdlState -> IO CmdlState
cmdlCompletionFn :: [CmdlCmdDescription] -> CmdlState -> String -> IO [String]
The function provides a list of possible completion to a given input if any
checkCom :: CmdlCmdDescription -> CmdlState -> IO CmdlState