[test module docs
paolo.veronelli@gmail.com**20080128205548] {
hunk ./Test.hs 1
+module Test where
hunk ./docs/Editor.html 788
-> data Console = Console {
} |
type WESC = WriterT [Err] (State Console) |
|
commandTest :: String -> [String] -> [String] -> [String] -> Either [Err] Bool | programSio :: SIO IOdata Console programSio :: SIO IOConstructors | Console | | cinput :: [Maybe String] | | coutput :: [String] | |
|
|
|
|
type WESC = WriterT [Err] (State Console) |
|
commandTest |
:: String | The command to test
- | -> [String] | What will be eventually read as input
+> | a SIO data made right for running the editor
hunk ./docs/Main.html 104
-> | -> [String] | The file as a list of line
- | -> [String] | The modified file
- | -> Either [Err] Bool | Left on errors, Right with the test
- | Testing a console function leaving out
- |
|
MainTestMainTestMainTestMainTestMainTestMainTestTest | | |