about summary refs log tree commit diff stats
path: root/apps/tile/data.mu
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tile/data.mu')
-rw-r--r--apps/tile/data.mu10
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/tile/data.mu b/apps/tile/data.mu
index 3319003b..31c9aa16 100644
--- a/apps/tile/data.mu
+++ b/apps/tile/data.mu
@@ -41,16 +41,16 @@ type value {
   box-data: (handle line)
 }
 
-type bind {
-  key: (handle array byte)
-  value: value
-}
-
 type table {
   data: (handle array bind)
   next: (handle table)
 }
 
+type bind {
+  key: (handle array byte)
+  value: value
+}
+
 type result {
   data: value-stack
   error: (handle array byte)  # single error message for now