about summary refs log tree commit diff stats
path: root/400.mu
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-10-26 21:24:43 -0700
committerKartik Agaram <vc@akkartik.com>2020-10-26 21:24:43 -0700
commit71418907f69cd29ea9a07e7b2f80d51bcec3bba2 (patch)
treecbf157c6a6e06f58b006d9b1f1b721431bcfbbc6 /400.mu
parentddcc5dfe3ace122c7a74376c8b79dbb819c13820 (diff)
downloadmu-71418907f69cd29ea9a07e7b2f80d51bcec3bba2.tar.gz
7115
Diffstat (limited to '400.mu')
-rw-r--r--400.mu4
1 files changed, 2 insertions, 2 deletions
diff --git a/400.mu b/400.mu
index 87e43356..b64bc756 100644
--- a/400.mu
+++ b/400.mu
@@ -176,8 +176,8 @@ sig new-buffered-file out: (addr handle buffered-file)
 
 sig stream-empty? s: (addr stream _) -> result/eax: boolean
 sig stream-full? s: (addr stream _) -> result/eax: boolean
-sig stream-to-string in: (addr stream _), out: (addr handle array _)
-sig unquote-stream-to-string in: (addr stream _), out: (addr handle array _)
+sig stream-to-array in: (addr stream _), out: (addr handle array _)
+sig unquote-stream-to-array in: (addr stream _), out: (addr handle array _)
 sig stream-first s: (addr stream byte) -> result/eax: byte
 sig stream-final s: (addr stream byte) -> result/eax: byte