toyboot4e / ac-library-hs

[WIP] Haskell port of ac-library.
Creative Commons Zero v1.0 Universal
4 stars 0 forks source link

Requiring `Show a` for better error message or not #16

Closed toyboot4e closed 2 weeks ago

toyboot4e commented 1 month ago

Which is better?

toyboot4e commented 1 month ago

We could use recover-rtti: https://hackage.haskell.org/package/recover-rtti

toyboot4e commented 2 weeks ago

Because such case is few, I'm going to not add Show a constraint nor use recover-rtti.