about summary refs log tree commit diff stats
path: root/html/018type_abbreviations.cc.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/018type_abbreviations.cc.html')
-rw-r--r--html/018type_abbreviations.cc.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/018type_abbreviations.cc.html b/html/018type_abbreviations.cc.html
index c7103cb5..dd6954b0 100644
--- a/html/018type_abbreviations.cc.html
+++ b/html/018type_abbreviations.cc.html
@@ -156,7 +156,7 @@ if ('onhashchange' in window) {
 <span id="L91" class="LineNr"> 91 </span><span class="traceContains">+error: 'type' conflict: 'foo' defined as both 'bar' and 'baz'</span>
 <span id="L92" class="LineNr"> 92 </span>
 <span id="L93" class="LineNr"> 93 </span><span class="Delimiter">:(scenario type_abbreviation_for_compound)</span>
-<span id="L94" class="LineNr"> 94 </span><span class="muData">type</span> foo = <a href='043space.cc.html#L83'>address</a>:number
+<span id="L94" class="LineNr"> 94 </span><span class="muData">type</span> foo = <a href='043space.cc.html#L82'>address</a>:number
 <span id="L95" class="LineNr"> 95 </span><span class="muRecipe">def</span> <a href='000organization.cc.html#L113'>main</a> [
 <span id="L96" class="LineNr"> 96 </span>  <span class="Normal">a</span>:foo<span class="Special"> &lt;- </span>copy <span class="Constant">0</span>
 <span id="L97" class="LineNr"> 97 </span>]