Compiler [Typechecker]: Fixed infinite loop in low_type_binop(). There was a break statement that was intended to break a loop, but instead broke a switch. Replaced with a goto. Also adds a missing break.