parsonsmatt / discover-instances

A TemplateHaskell helper that discovers type class instances for you
BSD 3-Clause "New" or "Revised" License
3 stars 2 forks source link

it should be warned that this doesn't work with `-XOverloadedLists` enabled #5

Open MangoIV opened 1 year ago

MangoIV commented 1 year ago
parsonsmatt commented 3 months ago

This should be fixed with an explicit type signature, or possibly a direct call to fromList. Thanks for reporting!