pselm / signals

Purescript implementation of Elm 0.16's signals modules
Other
91 stars 2 forks source link

Tuples in Readme #17

Closed AlexMouton closed 6 years ago

AlexMouton commented 6 years ago

Hi R Watching a video of yours just now and its excellent! Looking at the docs to follow along, i notice your statements about Tuple not having a literal syntax. I was wondering if you had considered the infix (/) ? Its more elaborate than a comma for sure, but does work largely the same.

Thanks Alex

rgrempel commented 6 years ago

Ah, in fact, Purescript now has a (/\) operator for constructing tuples, both at the type level and the value level. So, I should mention that in the README.

AlexMouton commented 6 years ago

oh, thats what I meant to type. looks like the \ got eaten

rgrempel commented 6 years ago

I've moved that explanatory material over to purescript-pselm-core after a bit of a reorganization, and I added the reference to (/\) ... thanks!