From db8a8639bc1ecb6834b829370e3aba874b00d95b Mon Sep 17 00:00:00 2001
From: Marvin Borner
Date: Tue, 5 Nov 2024 22:54:29 +0100
Subject: Default to left associative applications
---
index.html | 197 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 98 insertions(+), 99 deletions(-)
(limited to 'index.html')
diff --git a/index.html b/index.html
index ec4788e..d10825b 100644
--- a/index.html
+++ b/index.html
@@ -28,13 +28,13 @@ bl = \\0
br = \\0
-- two abstractions to ignore the screen state and replace the entire screen
-\\((((0 tl) tr) bl) br)"
+\\(0 tl tr bl br)"
>
Just black
@@ -196,21 +196,20 @@ b = \\\\(y \\((((0 1) \((((0 3) \\0) 5) 6)) \((((0 3) 4) \\0) 6)) 1))
w = \\1
b = \\0
isw = \0
-isb = \((0 b) w)
-invert = \\\((2 0) 1)
+isb = \(0 b w)
+invert = \\\(2 0 1)
build = \\\\\((((0 4) 3) 2) 1)
-empty = ((((build b) b) b) b)
+empty = (build b b b b)
tl = \\\\3
tr = \\\\2
bl = \\\\1
br = \\\\0
get = \\(0 1)
-settl = \\(1 \\\\\((((0 5) 3) 2) 1))
-settr = \\(1 \\\\\((((0 4) 5) 2) 1))
-setbl = \\(1 \\\\\((((0 4) 3) 5) 1))
-setbr = \\(1 \\\\\((((0 4) 3) 2) 5))
-map = \\(0 \\\\\((((0 (6 4)) (6 3)) (6 2)) (6 1)))
-qsplit = \(0 \\\\\((((0 ((4 \((((0 \\1) \\1) \\1) \\1)) \((((0 \\0) \\0) \\0) \\0))) ((3 \((((0 \\1) \\1) \\1) \\1)) \((((0 \\0) \\0) \\0) \\0))) ((2 \((((0 \\1) \\1) \\1) \\1)) \((((0 \\0) \\0) \\0) \\0))) ((1 \((((0 \\1) \\1) \\1) \\1)) \((((0 \\0) \\0) \\0) \\0))))
+settl = \\(1 \\\\\(0 5 3 2 1))
+settr = \\(1 \\\\\(0 4 5 2 1))
+setbl = \\(1 \\\\\(0 4 3 5 1))
+setbr = \\(1 \\\\\(0 4 3 2 5))
+map = \\(0 \\\\\(0 (6 4) (6 3) (6 2) (6 1)))
\0"
>
Template
--
cgit v1.2.3