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

Using datatypes, expect <name>ToString function to be impl #46

Closed domenkozar closed 5 years ago

domenkozar commented 5 years ago

Unfortunately this is a compile-time error for Elm and requires manual implementation, but that's the quickest fix to support custom types.

cc @mattjbray