ekmett / guanxi

Relational programming in Haskell. Mostly developed on twitch.
http://twitch.tv/ekmett
Other
253 stars 29 forks source link

add some type signatures and replace *s with Type from Data.Kind #3

Closed jrp2014 closed 5 years ago

jrp2014 commented 5 years ago

Looking forward to the next episode...

ekmett commented 5 years ago

I generally like the switch to Type, but the signatures everywhere on the helper functions makes things quite a bit more verbose. I'm not sure I like them.

jrp2014 commented 5 years ago

I can understand that, but it can make the code easier to read for the new user.

ekmett commented 5 years ago

It can, but if it makes it harder to read or work with for me, then well, nothing gets done. ;)