Milind Ganjoo

Results 1 issues of Milind Ganjoo

When realigning a block such as the following using "=" ``` haskell loop acc x:xs = let acc' = acc * 10 + digitToIt x in loop acc xs ```...