Iavor S. Diatchki

Results 42 comments of Iavor S. Diatchki

Thanks! I just merged the PR and moved the other modules as you suggested. Does it matter for you if I put a new version on Hackage, or is GitHub...

OK, I can refactor my server to run the handlers concurrently. In that case, perhaps it would make sense to change `withPorgress` to avoid forking another thread for the work?

I am thinking that it'd be good if either (A) the user of the library is in charge of concurrency (they fork and kill), or (B) the library is in...

Interesting! Certainly something bogus is happening, and it is in the definition of `walk` which should have been rejected. I am guessing that it has to do with the handling...

What use case are we trying to support by adding the implicit `seq` to the translation of empty case?

Well, the error does not have to say "Incomplete match", it could be "Evaluated an empty case". I see that it might be preferable to pick the user error though....

Thanks, I see what happened there and I'll fix it soon. The issue is the handling of negative literals: your `Show` instance for `SrcSpan` does not put parens around negative...