about summary refs log tree commit diff stats
path: root/apps/tile/data.mu
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-09-26 21:58:47 -0700
committerKartik Agaram <vc@akkartik.com>2020-09-26 21:59:50 -0700
commitebb93c6d58ab087c581948acfc054e91a02047f9 (patch)
treec856a4a1e4ca7565983b2f5caf2a709bd1a3e31b /apps/tile/data.mu
parent65e6633b79e97fdbaab37a47b8246d2726ae5907 (diff)
downloadmu-ebb93c6d58ab087c581948acfc054e91a02047f9.tar.gz
6870
Emit a stack of not ints but more complex objects containing the int payload.

Function calls again segfaulting.
Diffstat (limited to 'apps/tile/data.mu')
-rw-r--r--apps/tile/data.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tile/data.mu b/apps/tile/data.mu
index 31c9aa16..9b852a82 100644
--- a/apps/tile/data.mu
+++ b/apps/tile/data.mu
@@ -48,7 +48,7 @@ type table {
 
 type bind {
   key: (handle array byte)
-  value: value
+  value: (handle value)  # I'd inline this but we sometimes want to return a specific value from a table
 }
 
 type result {