purescript / purescript-typelevel-prelude

Types and kinds for basic type-level programming
BSD 3-Clause "New" or "Revised" License
63 stars 21 forks source link

Add '#' as an infix type operator for FLIP #59

Closed JordanMartinez closed 3 years ago

JordanMartinez commented 4 years ago

I didn't do this in my original PR because I thought it would clash with # Type. However, Nate said the # Type is a unary operator whereas this one is a binary operator. So, there isn't a clash after all.

JordanMartinez commented 3 years ago

Closing because # is deprecated syntax that was replaced with Row. We shouldn't add the # alias until the next PS breaking changes release.