File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -399,7 +399,7 @@ Creates an <i>exprt</i> object with a given label and no type.
399
399
</p>
400
400
401
401
<pre><code class="c++">exprt(const irep_idt &id, const typet &type);
402
- </pre>
402
+ </code></ pre>
403
403
404
404
<p class="justified">
405
405
Creates an <i>exprt</i> object with a given label and type.
@@ -409,7 +409,7 @@ Creates an <i>exprt</i> object with a given label and type.
409
409
410
410
<pre><code class="c++">const typet &type() const;
411
411
typet &type();
412
- </pre>
412
+ </code></ pre>
413
413
414
414
<p class="justified">
415
415
Return a reference to the 'type' node
@@ -481,9 +481,9 @@ original expression with the following simplifications possibly applied:
481
481
</p>
482
482
483
483
<ul>
484
- <li>\neg \neg f = f$ </li>
485
- <li>\neg <i>true</i> = <i>false</i></li>
486
- <li>\neg <i>false</i> = <i>true</i></li>
484
+ <li>¬ ¬ f = f</li>
485
+ <li>¬ <i>true</i> = <i>false</i></li>
486
+ <li>¬ <i>false</i> = <i>true</i></li>
487
487
</ul>
488
488
489
489
<pre>
@@ -546,10 +546,10 @@ value "false". The second function returns true for any boolean constant
546
546
that is not of value "false".
547
547
</p>
548
548
549
- <pre>
549
+ <pre><code class="c++">
550
550
bool is_zero() const;
551
551
bool is_one() const;
552
- </pre>
552
+ </code></ pre>
553
553
554
554
<p class="justified">
555
555
The first function returns true if the expression represents a zero numeric
You can’t perform that action at this time.
0 commit comments