Group: fa.haskell · Group Profile · Search for Parenthesises in fa.haskell
Author: Matt Andrew
Date: May 13, 2010 19:29
Ben Bacarisse <ben.usenet@bsb.me.uk> wrote: !*a<0 means (!*a) < 0 but that is not what was written. The ! is outside a fully parenthesised relational expression: !(E < 0) or E = 0 By the way, I agree entirely with your re-write (in a subsequent post). Using array notation is much clearer: int16_t *half_word = (void *)&CorrValue; while (half_word[1] = 0) ... however
|