From 1fb0cf9ef9e616163039fd4df6584c6c2ba68d23 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sat, 12 May 2018 19:55:21 -0700 Subject: 4243 --- html/031merge.cc.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html/031merge.cc.html') diff --git a/html/031merge.cc.html b/html/031merge.cc.html index 5de62baf..e38b745f 100644 --- a/html/031merge.cc.html +++ b/html/031merge.cc.html @@ -195,7 +195,7 @@ if ('onhashchange' in window) { 131 continue; 132 } 133 const type_info& info = get(Type, product_base_type->value); -134 if (info.kind != CONTAINER && info.kind != EXCLUSIVE_CONTAINER) { +134 if (info.kind != CONTAINER && info.kind != EXCLUSIVE_CONTAINER) { 135 raise << maybe(caller.name) << "'merge' should yield a container in '" << to_original_string(inst) << "'\n" << end(); 136 continue; 137 } @@ -220,7 +220,7 @@ if ('onhashchange' in window) { 156 assert(top_root_type->atom); 157 type_info& container_info = get(Type, top_root_type->value); 158 switch (container_info.kind) { -159 case CONTAINER: { +159 case CONTAINER: { 160 // degenerate case: merge with the same type always succeeds 161 if (state.data.top().container_element_index == 0 && types_coercible(container, inst.ingredients.at(ingredient_index))) 162 return; -- cgit 1.4.1-2-gfad0