cdepillabout / servant-checked-exceptions

type-level errors for Servant APIs.
https://hackage.haskell.org/package/servant-checked-exceptions
BSD 3-Clause "New" or "Revised" License
73 stars 14 forks source link

rewrite servant-checked-exceptions in terms of uverb #37

Open cdepillabout opened 4 years ago

cdepillabout commented 4 years ago

Servant recently got support for returning multiple types of responses from a single endpoint with the UVerb:

https://github.com/haskell-servant/servant/pull/1314

It might be possible to rewrite servant-checked-exceptions (and simplify parts of it) by using this new UVerb functionality.