[test module docs paolo.veronelli@gmail.com**20080128205548] { hunk ./Test.hs 1 +module Test where hunk ./docs/Editor.html 788 -> data Console = Console {
cinput :: [Maybe String]
coutput :: [String]
}type WESC = WriterT [Err] (State Console)commandTest :: String -> [String] -> [String] -> [String] -> Either [Err] BoolprogramSio :: SIO IOdata Console programSio :: SIO IO
Constructors
Console
cinput :: [Maybe String]
coutput :: [String]
type WESC = WriterT [Err] (State Console)commandTest
:: StringThe 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] BoolLeft on errors, Right with the test -
Testing a console function leaving out -
MainTestMainTestMainTestMainTestMainTestMainTestTest