Plain source file: hsrc/dialogue/DialogueIO.hs (1996-08-13)
DialogueIO is imported by: FRequest, TagEvents, Srequest, QuitK, WriteFile, TimerF, StdIoUtil, Socketio, ReadFileF, HaskellIO, AsyncTransmitter, IsRequest, SpIO, DoRequest, DialogueSpIO, GetModificationTime, QuitF, MoreFileF, FilePickF, ShowFailure, SocketServer, FileShellF, FilePickPopupF.
module DialogueIO(Request(..), Response(..), IOError(..) , Dialogue(..), SigAct(..) , dialogueToIO --, module _LibDialogue ) where import Prelude hiding (IOError) import P_IO_data dialogueToIO :: Dialogue -> IO () dialogueToIO = error "DialogueIO.dialogueToIO"