| Copyright | (c) Christian Maeder, DFKI GmbH 2009 |
|---|---|
| License | GPLv2 or higher, see LICENSE.txt |
| Maintainer | Christian.Maeder@dfki.de |
| Stability | provisional |
| Portability | portable |
| Safe Haskell | None |
CMDL.ParseProofScript
Description
Documentation
data LitCommand
Constructors
| LitCommand | |
Fields
| |
parseLine :: [CmdlCmdDescription] -> FilePath -> Int -> Parser LitCommand
parseArgument :: Parser (String, String)
parseCommand :: [String] -> Parser String
parseSingleLine :: FilePath -> Int -> String -> Either String LitCommand