What do I wrong comparing a tuple of integers in PureScript?

前端 未结 0 2065
别那么骄傲
别那么骄傲 2020-11-28 01:31

Debugging my event handler for the mouse move event, I wrote this code:

 unless (scrollDelta == Tuple 0 0) $ trace (show scrollDelta) \\_ -> do ...
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题