pselm / signals

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

Correct typos #13

Closed ShalokShalom closed 6 years ago

ShalokShalom commented 6 years ago

Double check the : = thing

You use and describe purescript, which is supposed to use : Did I correct this correctly?

rgrempel commented 6 years ago

Initializing the individual fields of the record is via :, but the let assignment is still via =.

I'll fix the other typo, though -- thanks!