about summary refs log tree commit diff stats
path: root/068random.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-09-17 13:00:39 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-09-17 13:00:39 -0700
commita0331a9b0eab63a000dcd022fe605d124c573b8d (patch)
tree5c7403d16fd8c9d31ead65495eae84edf9cfc2e4 /068random.mu
parent760f683f2755038a1b0c16522f5001b889096aa5 (diff)
downloadmu-a0331a9b0eab63a000dcd022fe605d124c573b8d.tar.gz
3390
Diffstat (limited to '068random.mu')
-rw-r--r--068random.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/068random.mu b/068random.mu
index 168b32cb..d22d453f 100644
--- a/068random.mu
+++ b/068random.mu
@@ -23,7 +23,7 @@ def assume-random-numbers -> result:&:stream:num [
     loop
   }
   rewind-ingredients
-  result-data:&:array:num <- new number:type, result-len
+  result-data:&:@:num <- new number:type, result-len
   idx:num <- copy 0
   {
     curr:num, arg-received?:bool <- next-ingredient