blob: e541cdab37cf10caff7112b623a8a0580117ee9a [file] [log] [blame]
<html>
<body>
This intention replaces either
<table>
<tr>
<td> &nbsp;&nbsp;&nbsp;</td>
<td>
<b>a || b</b> with <b>!(!a && !b)</b> or
</td>
</tr>
<tr>
<td> &nbsp;&nbsp;&nbsp;</td>
<td>
<b>a && b</b> with <b>!(!a || !b)</b>
</td>
</tr>
</table>
inside boolean expression.
</body>
</html>