Haskell-OpenAPI-Code-Generator / Haskell-OpenAPI-Client-Code-Generator

Generate Haskell client code from an OpenAPI 3 specification
47 stars 19 forks source link

Remove Generic instance from OneOf schemas #22

Closed joel-bach closed 4 years ago

joel-bach commented 4 years ago

The JSON instances of OneOf schemas use Generic for the implementation. This slows down the compilation significantly. Therefore the instances should be manually generated like they are for other schemas.