Merge pull request #503 from felipecrs/patch-1

Add setproduct function to the bake HCL
This commit is contained in:
Tõnis Tiigi
2021-01-19 16:54:35 -08:00
committed by GitHub

View File

@@ -95,6 +95,7 @@ var (
"rsadecrypt": crypto.RsaDecryptFunc,
"sethaselement": stdlib.SetHasElementFunc,
"setintersection": stdlib.SetIntersectionFunc,
"setproduct": stdlib.SetProductFunc,
"setsubtract": stdlib.SetSubtractFunc,
"setsymmetricdifference": stdlib.SetSymmetricDifferenceFunc,
"setunion": stdlib.SetUnionFunc,