Gary Burgess
Gary Burgess
I think this a bug in pursuit, the `Prim` modules are special, so the link should resolve to https://pursuit.purescript.org/builtins/docs/Prim.Row rather than treating it as a normal module. Do you agree...
Okidoke. I'll transfer this to the pursuit repo anyway then, and we can close it when we figure out what's responsible / whether it's fixed. 🙂
There's a current/active thread on the forum discussing the guidelines we're going to use for updating libraries with VTAs, might be worth chiming in there too: https://discourse.purescript.org/t/proposal-guidelines-for-vtas/3866
Oh! That's right, we did talk about that. +:100: for that instead.
I was thinking about that as an option too, but then I'd probably want to link to Pursuit in the README, so you'd end up with a recursive link on...
Well, I'd like to include it as a sentence or something, unless people know what "pursuit" means it doesn't really shout "documentation here!".
I still think it seems like a decent idea, although since we don't generate `docs/` and provide links to them in the READMEs anymore it is less of an issue.
Perhaps a bit more drastic / offtopic, but I'd also be fine with getting rid of `psc-docs` - since Pursuit came into existence I haven't used it, since there's no...
Please see purescript/purescript#1686, purescript/purescript#693, purescript/purescript#479 for a sampling of previous discussions about uncurrying. [This comment](https://github.com/purescript/purescript/issues/1686#issuecomment-161632212) in particular demonstrates a few reasons why uncurrying is extremely difficult, or actually worse in...
2 is the same problem with automatic uncurrying actually: it's not clear how un-applied a given function can be, so the result can be strange breaks in the arity. Also...