From e30bc0aafeb97bcde3adef2fc84a45221d9fa8bf Mon Sep 17 00:00:00 2001 From: Julian Matschinske Date: Fri, 10 Aug 2018 14:23:32 +0200 Subject: [PATCH] Add emptyValue --- slang/stream/Count.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/slang/stream/Count.yaml b/slang/stream/Count.yaml index 8146cb9..b8cade6 100644 --- a/slang/stream/Count.yaml +++ b/slang/stream/Count.yaml @@ -12,6 +12,8 @@ operators: operator: slang.math.arith.Add Reduce: operator: slang.control.Reduce + properties: + emptyValue: 0 generics: itemType: type: number