summaryrefslogtreecommitdiff
path: root/prev.toc
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2019-10-11 00:00:46 -0400
committerLeo Tenenbaum <pommicket@gmail.com>2019-10-11 00:00:46 -0400
commit84cc4509415e13ab9052eabd72fbd45f24c57108 (patch)
treedf8b7c357db1d8ff9a1e982acfa4b704e611f218 /prev.toc
parent655f7a4976f42d419bf1111a177a0204eaaf1f8d (diff)
deleting old files
Diffstat (limited to 'prev.toc')
-rw-r--r--prev.toc14
1 files changed, 0 insertions, 14 deletions
diff --git a/prev.toc b/prev.toc
deleted file mode 100644
index 83f01d3..0000000
--- a/prev.toc
+++ /dev/null
@@ -1,14 +0,0 @@
-main @= fn() {
- add3 @= fn(x : int, y : int, z : int) int {
- x + y + z
- };
- add2 @= fn(x : int, y : int) int {
- x + y
- };
- id @= fn(x : int) int { x };
-
- a1 : [id(7)]int;
- a2 : [add2(53, 3)]int;
- a3 : [add3(3,1,2)]f32;
- GHJK : [{x := 5; x}]f32;
-}; \ No newline at end of file