Results 5 issues of michaelt

This should perhaps be a comment under the heading of https://github.com/bos/text/pull/55 . The difficulties are outlined a bit laboriously beginning around here https://github.com/michaelt/text-pipes/issues/1#issuecomment-28099431 . The difficulty can I think be...

feature request
question

this permits the more recent `containers` library, and takes account of new restrictions on Foreign things which require that constructors be in scope.

This is all trivial except line 130 of FeedParser.hs, which takes account of the new types in HaXml. It's possible I'm missing something. In any case there seems to be...

The following race-like Alternative instance insane? The corresponding instance for `FreeT` would make `IterT` really reduce to `FreeT Identity` , since `IterT` uses such an instance. ``` instance Applicative v...

This mechanical transport of Gabriel's implementation of `handlesM` seems to work. It uses the `EndoM` monoid inside `Control.Foldl` It doesn't touch what's inside `DriveT` so I guess it must make...

enhancement