Pavel Rojtberg f0282337e3 simplify error conditions
`A || !A` is `true` so write `(A && B) || !A` as `B || !A`
2015-09-18 12:12:49 +02:00
..
2014-08-19 00:56:13 +02:00
2015-02-25 10:38:44 +03:00
2015-09-18 12:12:49 +02:00
2014-05-14 18:58:39 +04:00
2014-07-30 19:32:37 -04:00
2013-08-27 13:26:44 +04:00
2014-08-25 17:06:17 +02:00
2015-03-04 01:43:13 -05:00
2015-07-27 19:49:25 +03:00
2015-06-17 11:07:49 +05:30