import System(getArgs) import PfeSocket(connectToPFE,pfeClient) import ImpUtils() main = do h <- connectToPFE "hi" args <- getArgs pfeClient h args
(HTML for this module was generated on 2006-08-12. About the conversion tool.)