aboutsummaryrefslogtreecommitdiff
path: root/samples/test.lil
diff options
context:
space:
mode:
authorMarvin Borner2024-11-14 16:54:14 +0100
committerMarvin Borner2024-11-14 16:59:59 +0100
commit4a6378aa868e9c1d49fc5ad1576616933c913004 (patch)
treefb42733e3f774a9716a14b4332d96b503dab769a /samples/test.lil
parentd7bbded8b0aa3086692b2363076be48c2fbb5a33 (diff)
Basic reduction
Diffstat (limited to 'samples/test.lil')
-rw-r--r--samples/test.lil11
1 files changed, 0 insertions, 11 deletions
diff --git a/samples/test.lil b/samples/test.lil
deleted file mode 100644
index e0ed6fd..0000000
--- a/samples/test.lil
+++ /dev/null
@@ -1,11 +0,0 @@
-foo = [
- huh = [[[0 1 2]]]
- huh 0
-]
-
-bar = [
- huh = ([[[0 2 1]]] 0)
- huh 0
-]
-
-foo bar