Hedi-0.1.1: Line oriented editorSource codeContentsIndex
Test
Description
some framework to test Editor m w functions, intercepting the console part of the IO
Documentation
type Line = StringSource
data Emulator Source
Constructors
Emulator
cinput :: [Line]
coutput :: [Line]
cerror :: [Line]
chistory :: [Line]
show/hide Instances
type CState = State EmulatorSource
outputT :: String -> CState ()Source
errorT :: String -> CState ()Source
inputT :: String -> CState (Maybe String)Source
Produced by Haddock version 2.3.0