Felix Paulusma
Felix Paulusma
Personally don't have much time to do this at the moment.
Also: - `"Containers"` in the comment of the `SafeJSON [a]` instance shouldn't be a link. - `'Version'\'s` should probably be `'Version''s`? - `setVersion'` doesn't link the quoted words in it's...
> Also: > > * `"Containers"` in the comment of the `SafeJSON [a]` instance shouldn't be a link. > > * `'Version'\'s` should probably be `'Version''s`? > > * `setVersion'`...
### In the README ```hs λ> Just vals = parseMaybe safeFromJSON/parseJSON incomingJSON :: Maybe [Value] ``` This part makes no sense: in the example, `incomingJSON` is already `[Value]`, so why...
I'm not against this addition, in principle. As I understand it, the `SafeKeyValue` class wouldn't be something users of this library would have to define, right? It would just get...
I also get this. My setup is as follows: * `GHC 8.4.3` * `Cabal 1.24.0.2` * `Stack 1.9.3` * `hsdev 0.2.5.1` * Sublime Text 3.1.1: `Build 3176` One thing I...
... I'd guess this project is dead now?
Ah, I've overlooked the case where it's just an insert instead of an "update". Then I feel like another set of functions that "upsert" (update/insert) would be helpful. e.g.: `upsert...
Kind of late, but I found this issue again and think that what I was looking for initially was something like: `insertWith :: Ord k => (a -> Maybe b...
Yeah, me neither, but I just wanted to further explain what this Issue was started with: me erroneously assuming `insertWith` could get a less restrictive type signature. But then realizing...