diff --git a/lesson-templates/lesson-16-reducers.tm b/lesson-templates/lesson-16-reducers.tm index 3fc1c0b..8080eb7 100644 --- a/lesson-templates/lesson-16-reducers.tm +++ b/lesson-templates/lesson-16-reducers.tm @@ -11,7 +11,7 @@ func main(): # If an empty argument is given, a `none` value is returned empty := [:Int] >> (+: empty) - = none + = none:Int # Use `or` to provide a fallback: >> (+: empty) or 100