Use generic Literal in the AST - #1917
Conversation
|
👍 Nice! |
|
Your productivity is unreal 😳 |
|
@AppShipIt Ah I don't know about that, I'm not as productive as I'd like 😉 - it's pretty easy to do this kind of thing when you're familiar with most of the compiler. @paf31 what do we want to do about these GHC 8 warnings? |
@hdgarrood gave his feel in #1913 (comment) too. What are potential downsides of dropping |
|
The only downside I can think of is that not as many people will be able to compile |
|
I'd be surprised if many people build from source as it is. |
|
I use |
This is something I noticed when working on the pretty printing the other day - I figured the
CoreFnhandling of this was a bit nicer, and actually sinceLiteralwas already parametric it means it was already suited to be used in either place.