fix product function and add examples

This commit is contained in:
Mark
2023-10-19 19:38:13 +02:00
parent 1cb84fea43
commit 42288494f0
7 changed files with 64 additions and 2 deletions

View File

@@ -62,6 +62,9 @@ impl Config {
// found a function that won't fail for this arg_type!
if !func_fallible {
tuple_fallible = false;
if tuple_possible {
break;
}
}
}
if tuple_fallible || !tuple_possible {