aboutsummaryrefslogtreecommitdiff
path: root/test/reductions.tm
diff options
context:
space:
mode:
Diffstat (limited to 'test/reductions.tm')
-rw-r--r--test/reductions.tm4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/reductions.tm b/test/reductions.tm
index 4f33bb20..f0618b21 100644
--- a/test/reductions.tm
+++ b/test/reductions.tm
@@ -6,7 +6,7 @@ func main():
>> empty_ints : [Int] = []
>> (+: empty_ints)
- = none : Int
+ = none
>> (+: [10, 20, 30]) or 0
= 60
@@ -38,7 +38,7 @@ func main():
= yes
>> (<=: empty_ints)
- = none : Bool
+ = none
>> (<=: [5, 4, 3, 2, 1])!
= no