aboutsummaryrefslogtreecommitdiff
path: root/rprt.md
diff options
context:
space:
mode:
authortslil <tslil@posteo.de>2026-08-24 20:39:57 +0100
committertslil <tslil@posteo.de>2026-08-24 21:39:25 +0100
commitf3acb5cc0faf739f09112607bb98b6594184bd8b (patch)
tree9f60aeda21a775f9d34ed8a70fffd9be638f27ce /rprt.md
parent72a5e0fc968e2bea9f7d348c7189ebc15a5b15d3 (diff)
The big transposition-ing: move from functions as data to data of functionsHEADmain
Basically Rust will fight you all the way if you treat it like Haskell, instead work with traits and impls on ZSTs.
Diffstat (limited to 'rprt.md')
-rw-r--r--rprt.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/rprt.md b/rprt.md
index 8921935..967e2b0 100644
--- a/rprt.md
+++ b/rprt.md
@@ -264,7 +264,7 @@ The reverse operator `'` takes a selection function and reverses its direction.
| Function | Nullary | Rank |
|----------|--------------------------------|------|
-| `'e` | synonymous with `e` | 2 |
+| `'e` | Empty selection | 2 |
| `'$` | Start of buffer (position 0) | 0 |
| `'#n` | Character n from end of buffer | 0 |
| `'n` | Line n from end of buffer | 1 |