Advertisement
Guest User

Untitled

a guest
Jul 5th, 2015
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. type RequestHandler = Request -> IO Response
  2.  
  3. simpleserver.hs:11:23:
  4. Expecting one more argument to ‘Request’
  5. Expected a type, but ‘Request’ has kind ‘* -> *’
  6. In the type ‘Request -> IO Response’
  7. In the type declaration for ‘RequestHandler’
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement