Ezra elias kilty Cooper

Results 16 comments of Ezra elias kilty Cooper

This is, essentially, a documentation bug. The `isUnescapedInURI` function is answering the question, "Can this appear at all in a URI?" The docstring for it gives an example URI containing...

Well, after playing it with it for a bit more, I realized `isUnescapedInURIComponent` is rarely what you want, either. It will encode, say, a slash character, which is rarely what...

I think that's reasonable. My only hesitation would be, it exposes the "implementation detail" of which parser-combinator library we happen to use (Parsec at the moment). That said, the library...

@ocharles if you have any sample code where you'd like to use these combinators, I'd be interested to see it, to appreciate the need this is filling. Also see the...

OK, that makes sense. I'm willing to consider exporting the parser, but in the absence of more people saying they'd like to see it, I'll remain cautious for now. And,...

It's a reasonable suggestion. Let me ponder it. A consequence of the fact that those symbols are not part of the spec is that, actually, there are a few different...