diff options
Diffstat (limited to 'core/value.moon')
| -rw-r--r-- | core/value.moon | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/value.moon b/core/value.moon index 0e72486..d4a0de3 100644 --- a/core/value.moon +++ b/core/value.moon @@ -36,8 +36,8 @@ class Result if @op for input in @op\all_inputs! - continue if is_child[input.stream] - @side_inputs[input.stream] = true + if input.impure or not is_child[input.stream] + @side_inputs[input] = true is_const: => not next @side_inputs |
