I'm new to Haskell. I was reading the code here and I'm not sure (though I can guess) what uses
do:
inRange <- uses fsCurrentCoinRangeUpperBound (coinIndex <=)
Also, why's <-
been used?
I've looked up for "Control lens uses in Haskell" but I couldn't find any explanation.