Skip to content

Commit

Permalink
deploy: 61bb5d3
Browse files Browse the repository at this point in the history
  • Loading branch information
shonfeder committed Jan 30, 2024
1 parent 526b666 commit 0cb6100
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/adr/018adr-inlining.html
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ <h2><a class="header" href="#options" id="options">Options</a></h2>
<li>
<p>Perform no inlining in preprocessing and inline only as needed in the rewriting rules.</p>
<ul>
<li>Pros: Spec intermediate output remains small, since inlining increases the size of the specificaiton</li>
<li>Pros: Spec intermediate output remains small, since inlining increases the size of the specification</li>
<li>Cons:
<ul>
<li>Fewer optimizations can be applied, as some are only applicable to the syntactic forms obtained after inlining (e.g. <code>ConstSimplifier</code> can simplify <code>IF TRUE THEN a ELSE b</code>, but not <code>IF p THEN a ELSE b</code>)</li>
Expand Down
4 changes: 2 additions & 2 deletions docs/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -1937,7 +1937,7 @@ <h2><a class="header" href="#tip-1-use-tla-constructs-instead-of-explicit-iterat

</code></pre>
<p>Our version of <code>NextFast</code> is quite concise and it uses the good parts of
TLA+. However, new TLA+ users would probably write it differenty. Below you
TLA+. However, new TLA+ users would probably write it differently. Below you
can see the version that is more likely to be written by a specification
writer who has good experience in software engineering:</p>
<pre><code class="language-tla">\* Uniformly advance the clocks and update the drifts.
Expand Down Expand Up @@ -16400,7 +16400,7 @@ <h2><a class="header" href="#options-4" id="options-4">Options</a></h2>
<li>
<p>Perform no inlining in preprocessing and inline only as needed in the rewriting rules.</p>
<ul>
<li>Pros: Spec intermediate output remains small, since inlining increases the size of the specificaiton</li>
<li>Pros: Spec intermediate output remains small, since inlining increases the size of the specification</li>
<li>Cons:
<ul>
<li>Fewer optimizations can be applied, as some are only applicable to the syntactic forms obtained after inlining (e.g. <code>ConstSimplifier</code> can simplify <code>IF TRUE THEN a ELSE b</code>, but not <code>IF p THEN a ELSE b</code>)</li>
Expand Down
2 changes: 1 addition & 1 deletion docs/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/searchindex.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/tutorials/trail-tips.html
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ <h2><a class="header" href="#tip-1-use-tla-constructs-instead-of-explicit-iterat

</code></pre>
<p>Our version of <code>NextFast</code> is quite concise and it uses the good parts of
TLA+. However, new TLA+ users would probably write it differenty. Below you
TLA+. However, new TLA+ users would probably write it differently. Below you
can see the version that is more likely to be written by a specification
writer who has good experience in software engineering:</p>
<pre><code class="language-tla">\* Uniformly advance the clocks and update the drifts.
Expand Down

0 comments on commit 0cb6100

Please sign in to comment.