haskell-servant / servant-elm

Automatically derive Elm functions to query servant webservices
BSD 3-Clause "New" or "Revised" License
164 stars 48 forks source link

Custom Aeson instances #63

Open Jimbo4350 opened 3 years ago

Jimbo4350 commented 3 years ago

Is there a way to derive the end points using a custom aeson instance? When I try to use a custom aeson instance I get:

*** Exception: Library Bug: This should never happen!

Which is a pretty poor error message.

anddani commented 1 year ago

Would you mind providing a small sample project to reproduce this particular error?