Skip to content

Instantly share code, notes, and snippets.

@db0company
Last active August 29, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save db0company/9510047 to your computer and use it in GitHub Desktop.
Save db0company/9510047 to your computer and use it in GitHub Desktop.
type bad_request =
| Invalid of string * string list
| Requested of string * string list
type not_acceptable = mimetype list * lang list
type t =
| BadRequest of bad_request list
| NotFound
| NotAllowed
| NotAcceptable of not_acceptable
| NotImplemented
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment