Lysxia / first-class-families

First-class type families
https://hackage.haskell.org/package/first-class-families
MIT License
86 stars 12 forks source link

Replace type synonyms at List #19

Closed gspia closed 4 years ago

gspia commented 4 years ago

That is, change the Elem, Lookup and Zip functions. This commit also adds a sentence to README.mk.

Ok, looks like that I can make PR from branch to the master and this initialized the pr msg with the commit msg. Hope this works.

Lysxia commented 4 years ago

Ah I didn't expect it so fast :) In the meantime I also added a sentence about partial application in the README, what do you think of it?

Lysxia commented 4 years ago

Can you rebase this on the current master? (git rebase master)

gspia commented 4 years ago

can we talk shortly at irc?

Lysxia commented 4 years ago

Looks great, thanks!

gspia commented 4 years ago

Closes #18