Martin Stone Davis
Martin Stone Davis
I don't think cabal has been updated yet with the aforementioned feature. Until it is, this script may be useful: https://groups.google.com/forum/#!topic/haskell-cafe/K9wba99z_fE
@gilligan sorry, I didn't notice your comment three years ago and I don't now remember much about this. @treyharris I tried and I failed. I don't know much more than...
Then what would you do about those convenient combinators? ``` haskell addNav //> withoutNav (hasName "table") /> withoutNav (hasName "tr") >>> make-some-replacement-here >>> ... ```
Yes, without the generalization, the `withoutNav` would indeed be spread all over the code. What would you like to see before accepting the pull? As mentioned in the OP, I'll...