From 775f77c3346d231fc6133de2c7da2bb1e8ef0c2e Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sun, 29 Nov 2020 13:36:32 -0800 Subject: 7306 --- html/apps/tile/data.mu.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html/apps/tile/data.mu.html') diff --git a/html/apps/tile/data.mu.html b/html/apps/tile/data.mu.html index 6ab72085..6e9e1f1b 100644 --- a/html/apps/tile/data.mu.html +++ b/html/apps/tile/data.mu.html @@ -95,7 +95,7 @@ if ('onhashchange' in window) { 36 # todo: turn this into a sum type 37 type value { 38 type: int - 39 int-data: int # if type = 0 + 39 number-data: float # if type = 0 40 text-data: (handle array byte) # if type = 1 41 array-data: (handle array value) # if type = 2 42 file-data: (handle buffered-file) # if type = 3 -- cgit 1.4.1-2-gfad0