mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-12 03:40:59 +00:00
* [haskell] fix exampe code in generated README.md Since create{{title}}Client is not a monadic action, we need to use "let" instead of "<-". * regenerate samples