[Haskell-cafe] code review?

Neil Mitchell ndmitchell at gmail.com
Wed May 25 20:59:15 CEST 2011


Hi Niklas,

>> I use Uniplate inside HLint, and it's invaluable - there are a lot of
>> times when List Comp + universeBi really hits the spot.
>
> +1 on that, I use uniplate for pretty much all my haskell-src-exts tasks
> these days, works like a charm!
> I'd love to include some standard traversal functionality in
> haskell-src-exts that depends on uniplate, but hesitate to do so because of
> HP aspirations for haskell-src-exts. Neil, what do you reckon the chances of
> getting uniplate in the HP are? :-)

I'm happy to have it included. The only likely change is that I
currently have basically two versions of all modules
(Data.Generics.PlateData and Data.Generics.Uniplate.Data). I'll upload
a version 1.7 of Uniplate marking those deprecated, then a 1.8
removing them, and then I'd love to get included in the Platform. Of
course, whether it goes in the platform is not really up to me, it's
up to the community - but if someone proposes it I'll back it.

Thanks, Neil



More information about the Haskell-Cafe mailing list