tomjaguarpaw / haskell-opaleye

Other
602 stars 115 forks source link

Ask erewok to review Opaleye, when we have better docs and onboarding #422

Open tomjaguarpaw opened 5 years ago

tomjaguarpaw commented 5 years ago

erewok on Reddit kindly offered to review Opaleye when we have better docs and onboarding. This is still a long way off but worth keeping in mind. It was also a long time ago so the offer may not still hold!

https://www.reddit.com/r/haskell/comments/4xceqz/why_building_webapps_in_haskell_is_harder_than_it/d6ewezy

saurabhnanda commented 5 years ago

I've not been following Opaleye for some time, but do we have better on-boarding already, or are we still planning? I have a bunch of tutorials and support libraries that I wouldn't mind contributing if we know the direction we want to take.

tomjaguarpaw commented 5 years ago

I haven't got much time to spend on this but I'm happy to discuss potential directions with you. The new type family stuff is nice and will resolve a lot of the complaints that people have. I also want to do the big rename.

ocharles commented 5 years ago

What is "the new type family stuff"?

saurabhnanda commented 5 years ago

I presume something similar to what rel8 or beam do to define records.

On Thu 18 Apr, 2019, 7:05 PM Ollie Charles, notifications@github.com wrote:

What is "the new type family stuff"?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/tomjaguarpaw/haskell-opaleye/issues/422#issuecomment-484511201, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAG5UMQGFSIIMUOJWSL5C3PRB2ILANCNFSM4HG4B5BQ .

tomjaguarpaw commented 5 years ago

@ocharles: This stuff: https://github.com/tomjaguarpaw/haskell-opaleye/blob/0578c89bc3b19c76a091409f4fceb4889b579396/Doc/Tutorial/TutorialBasicTypeFamilies.lhs#L134