about summary refs log tree commit diff stats
path: root/lambda-to-mu.mu
diff options
context:
space:
mode:
Diffstat (limited to 'lambda-to-mu.mu')
-rw-r--r--lambda-to-mu.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/lambda-to-mu.mu b/lambda-to-mu.mu
index 6c358d9f..4cd9da7d 100644
--- a/lambda-to-mu.mu
+++ b/lambda-to-mu.mu
@@ -232,7 +232,7 @@ def parse in:&:stream:char -> out:&:cell, in:&:stream:char [
         close-paren?:bool <- equal c, 41/close-paren
         break-unless close-paren?
         read in  # skip ')'
-        break +end-pair:label
+        break +end-pair
       }
       # still here? read next element of pair
       next:&:cell, in <- parse in