John Ericson

Results 635 comments of John Ericson

OK I created pattern synonyms such that that the PR should be almost breakage free. (Exception is cannot associate data constructors to type synonyms for aliases, which are used for...

@jgm trying that now.

https://github.com/pandoc/pandoc-lua-marshal/pull/5 https://github.com/jgm/pandoc/pull/8084 are the changes. As you can see are quite minimal and just making some imports uglier because of the GHC deficiency.

Sounds good. Just let me know about any and all questions once you do :).

@jgm thanks for giving this another look and repeatedly enabling CI for me. All 3 PRs: - https://github.com/jgm/pandoc-types/pull/99 - https://github.com/pandoc/pandoc-lua-marshal/pull/5 - https://github.com/jgm/pandoc/pull/8084 are now passing, anything more you need from...

Sure, sounds good. Take the time you need and thanks for reviewing. Just want to make sure I've gotten everything done on my end, to avoid any "I am waiting...

Why is > Ambiguous type variable ... prevents the constraint ... from being solved an error at all? Is the variable not just as ambiguous and problematic without the constraint?...

Ah OK, thanks for cluing me in. I guess I had the pre-`Any` model in my head? Anyways, what makes this and #7 have different sorts of error messages? (In...

OK glad it's not just me! Yes, I would like putting the "ambiguous variable" part first. I have felt like the #7 one buries the lede, whenever I was confronted...