elm-html-and-js icon indicating copy to clipboard operation
elm-html-and-js copied to clipboard

Update the code to v0.16

Open mickeyvip opened this issue 10 years ago • 1 comments

Hello,

Can you please update the README.md to v0.16?

port count = length <~ stamps

There is no (<~) and (~) operators as far as I understand. I am not an expert, but think it should be something like:

port count = Signal.map length stamps

Thank you.

mickeyvip avatar Feb 07 '16 15:02 mickeyvip

with 0.18 now you don't ever have implementation of ports, from what I gather. Also there are Cmd and Sub types in Platform module of Core package

clembu avatar Apr 04 '17 22:04 clembu