Ollie Charles
Ollie Charles
Thanks, looks good to me!
I'm not sure I've been convinced yet. Yes, that SQL might be convenient, but in Rel8 you can already do ```haskell where_ $ (userRank, id) >: lit (10, 100) ```...
Nice work everyone - been really missing this for changing laptop brightness! :partying_face:
One option might be to add `fork'`, using the convention that `'` means strict
Thanks for all your hard work here @abigailalice and @KaneTW! There's quite a lot here so it might take me a while to get through this as I'm really busy...
> Just remember that the middle commits aren't anything related to the actual PR, only the first and last are. This makes it very difficult to review. Could you rebase...
@abigailalice purely time constraints I'm afraid! It's still on my radar. I'll be on holiday in a few days so this might need to wait until mid September
Does the new `Unsatisfiable` constraint let us write some better type errors for these cases?
Which starts looking a lot like `` from parser combinators :smile:
I use 2 lines between decls and find this formatting fine. For small classes with a bunch of one liners we use no newline at all, and for bigger definitions...