about summary refs log tree commit diff stats
path: root/lambda-to-mu.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-09-12 00:47:44 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-09-12 00:47:44 -0700
commite2b367dc2548ab80fc3e0949ee4f327c1c447758 (patch)
treee5562a63b46356cd1757a2ac24ebe0e07fce597c /lambda-to-mu.mu
parentea19d0dc2c11f48ca384fb087b4e44ef400bfaa2 (diff)
downloadmu-e2b367dc2548ab80fc3e0949ee4f327c1c447758.tar.gz
3338
Process type abbreviations in container definitions.
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 32727916..ed3cd72c 100644
--- a/lambda-to-mu.mu
+++ b/lambda-to-mu.mu
@@ -23,7 +23,7 @@ def lambda-to-mu in:address:array:character -> out:address:array:character [
 
 # 'parse' will turn lambda expressions into trees made of cells
 exclusive-container cell [
-  atom:address:array:character
+  atom:text
   pair:pair
 ]