Vladislav Zavialov
Vladislav Zavialov
When comparing ``` whenJust :: forall m f . (Applicative f, Monoid m) => Maybe a -> (a -> f m) -> f m ``` and ``` whenJust :: Monoid...
> Backpack seems like better solution for this problem. How would it help, exactly?
> while with Backpack you can use only one inside target of your project. With Backpack you could use all versions, but imported from different instantiations. Basically, you'd get the...
```haskell class LazyStrict l s | l -> s, s -> l where toLazy :: s -> l toStrict :: l -> s fromLazy :: LazyStrict l s => l...
Why is no one working on this?
Wadler's law in action...
Do I make a PR with `oid = int8` to `hasql` then? As a user I'd like to abstract over this coincidence and just find an `oid` decoder when looking...
What's the status on this?