about summary refs log tree commit diff stats
path: root/html/apps/tile/data.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/apps/tile/data.mu.html')
-rw-r--r--html/apps/tile/data.mu.html2
1 files changed, 1 insertions, 1 deletions
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) {
 <span id="L36" class="LineNr"> 36 </span><span class="muComment"># todo: turn this into a sum type</span>
 <span id="L37" class="LineNr"> 37 </span><span class="PreProc">type</span> <a href='data.mu.html#L37'>value</a> <span class="Delimiter">{</span>
 <span id="L38" class="LineNr"> 38 </span>  <span class="PreProc">type</span>: int
-<span id="L39" class="LineNr"> 39 </span>  int-data: int  <span class="muComment"># if type = 0</span>
+<span id="L39" class="LineNr"> 39 </span>  number-data: float  <span class="muComment"># if type = 0</span>
 <span id="L40" class="LineNr"> 40 </span>  text-data: (handle array byte)  <span class="muComment"># if type = 1</span>
 <span id="L41" class="LineNr"> 41 </span>  array-data: (handle array <a href='data.mu.html#L37'>value</a>)  <span class="muComment"># if type = 2</span>
 <span id="L42" class="LineNr"> 42 </span>  file-data: (handle buffered-file)  <span class="muComment"># if type = 3</span>
committer Kartik K. Agaram <vc@akkartik.com> 2016-03-13 23:29:50 -0700 2777 - pass literal strings into functions' href='/akkartik/mu/commit/064rewrite_literal_string.cc?h=main&id=8b095f802129f8c328a3a4dc3de4443890d34d59'>8b095f80 ^
387f9c93 ^
ac8acc7b ^
8b095f80 ^

8b095f80 ^

8b095f80 ^



bd5d3936 ^

639922e8 ^
8b095f80 ^

d8509b41 ^
8b095f80 ^
c442a5ad ^
8b095f80 ^
8b095f80 ^
6c96a437 ^
8b095f80 ^

6c96a437 ^
78c50205 ^
8b095f80 ^

d559f68b ^
3c4c9c08 ^
8b095f80 ^









8b095f80 ^
2badd89a ^

6c96a437 ^
2badd89a ^
6c96a437 ^
2badd89a ^

6c96a437 ^
2badd89a ^




1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81