7 ms·
Sadly, OverloadedRecordFields won't be making it into 7.10.
by tmhedberg 12y ago
Sadly, OverloadedRecordFields won't be making it into 7.10.
- mijoharas 12y agoThat's a shame, do we know why? is it just not finished being implemented? I found a page[0] that said at some point they had stalled on refactoring something. [0] https://ghc.haskell.org/trac/ghc/wiki/Records/OverloadedRecordFields/Implementation#Currentstatus https://ghc.haskell.org/trac/ghc/wiki/Records/OverloadedReco...
- tmhedberg 12y agoThere's some info here: http://www.reddit.com/r/haskell/comments/2pnjdk/is_overloadedrecordfields_getting_it_into_7101/ http://www.reddit.com/r/haskell/comments/2pnjdk/is_overloade.... tl;dr: The patch worked but was messy/overly complex, so it needs refactoring before it's merged.