diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2016-02-25 22:18:05 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2016-02-25 22:18:05 -0800 |
commit | 9e91a21ef385e33ca373e4308ca3227c228fe09b (patch) | |
tree | 55b97647b182d2acddc1413cccdaf7e2c99b480e /html/058shape_shifting_container.cc.html | |
parent | a3a0574f17424cb67c1be120b01d6b57771bbbfe (diff) | |
download | mu-9e91a21ef385e33ca373e4308ca3227c228fe09b.tar.gz |
2710
Diffstat (limited to 'html/058shape_shifting_container.cc.html')
-rw-r--r-- | html/058shape_shifting_container.cc.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/html/058shape_shifting_container.cc.html b/html/058shape_shifting_container.cc.html index ef2ac641..88b313cc 100644 --- a/html/058shape_shifting_container.cc.html +++ b/html/058shape_shifting_container.cc.html @@ -50,7 +50,6 @@ recipe main [ <span class="traceContains">+mem: storing 16 in location 5</span> <span class="Delimiter">:(scenario size_of_shape_shifting_container_2)</span> -<span class="Special">% Hide_errors = true;</span> <span class="Comment"># multiple type ingredients</span> container foo:_a:_b [ x:_a @@ -62,7 +61,6 @@ recipe main [ $error: <span class="Constant">0</span> <span class="Delimiter">:(scenario size_of_shape_shifting_container_3)</span> -<span class="Special">% Hide_errors = true;</span> container foo:_a:_b [ x:_a y:_b @@ -75,7 +73,6 @@ recipe main [ $error: <span class="Constant">0</span> <span class="Delimiter">:(scenario size_of_shape_shifting_container_4)</span> -<span class="Special">% Hide_errors = true;</span> container foo:_a:_b [ x:_a y:_b @@ -507,7 +504,6 @@ if <span class="Delimiter">(</span>type<span class="Delimiter">-></span>value <span class="Comment">//: 'merge' on shape-shifting containers</span> <span class="Delimiter">:(scenario merge_check_shape_shifting_container_containing_exclusive_container)</span> -<span class="Special">% Hide_errors = true;</span> container foo:_elem [ x:number y:_elem @@ -540,7 +536,6 @@ recipe main [ <span class="traceContains">+error: main: too many ingredients in '1:foo:bar <- merge 23, 1/y, 34, 35'</span> <span class="Delimiter">:(scenario merge_check_shape_shifting_exclusive_container_containing_container)</span> -<span class="Special">% Hide_errors = true;</span> exclusive-container foo:_elem [ x:number y:_elem @@ -558,7 +553,6 @@ recipe main [ $error: <span class="Constant">0</span> <span class="Delimiter">:(scenario merge_check_shape_shifting_exclusive_container_containing_container_2)</span> -<span class="Special">% Hide_errors = true;</span> exclusive-container foo:_elem [ x:number y:_elem |