Closed aavogt closed 9 years ago
Would it be sensible to export a Data.Tagged.reproxy so that the function will be found when using ghc-7.8 and earlier?
Data.Tagged.reproxy
Note: reproxy is just const Proxy. We might just want to let it go.
reproxy
const Proxy
Given that older ghc's are going to become less and less of a going concern I'm just to shrug and let this one go.
Would it be sensible to export a
Data.Tagged.reproxy
so that the function will be found when using ghc-7.8 and earlier?