Anyone know of a type inference utility that can run right on haskell-src types? or one that could be easily adapted?
I want to be able to pass in an HsExp and get back an HsQualType. It doesn't have to be fancy, plain Haskell98 types would do.
It wouldn't be to hard to make one myself, but I figured there might be one floating around already and it'd be a shame to write it twice :)