1 2 3 4 5
interface PreludeMainIO_help where import PreludeIO(Request,Response) import Main ( main ) main :: [Response] -> [Request]