Keijo Kapp

Results 35 comments of Keijo Kapp

I'm new to PureScript. I quit writing Haskell - both professionally and for personal projects - primarily because of its terrible module system. And that's exactly the same reason I...

I love Haskell as a language but there was a bit more than just namespacing. Sorry for not being clear. I really meant to ask just one question: if PS...

Thanks for the review! 1. I've rebased the feature branch on top of `master` 1. I've changed the `if ('depth' in config)` checks to `if (config.depth)` which is more consistent...

Can this PR be merged as it is? It fixes most rules. For a while now I've kept a patched version of this library on my config package but this...

> I just checked, and thats what it does. If you don't pass an end key to `clearRange`, it generates a range from the subspace prefix by default, using strInc(prefix)...

Understandable. I'd propose two other options: 1. An ES6 symbol as the end key, eg. `endOfKeyspaceSymbol`. That would look a bit hacky and it's hard to document why this is...

> What if an application wants to sometimes use behaviour 2 and sometimes use behaviour 3? They shouldn't. There's no reason to keep using `clearRange` (and friends) to get behavior...

> Is there a case where being less strict here actually causes real problems? I don't think it's about strictness. The innocent-looking code ends up with a _wrong_ type rather...

Would it be okay to squash the commits together? Would be less noise.