Please quote the text that is incorrect:
Define an inductive type that represents an interesting subset of the HTTP methods, and a structure that represents HTTP responses. Responses should have a ToString instance that makes it possible to debug them.
Given that the title of the exercise is "HTTP Requests", I assume all "responses" should be replaced by "requests"?
Please quote the text that is incorrect:
Given that the title of the exercise is "HTTP Requests", I assume all "responses" should be replaced by "requests"?