From f3acb5cc0faf739f09112607bb98b6594184bd8b Mon Sep 17 00:00:00 2001 From: tslil Date: Mon, 24 Aug 2026 20:39:57 +0100 Subject: The big transposition-ing: move from functions as data to data of functions Basically Rust will fight you all the way if you treat it like Haskell, instead work with traits and impls on ZSTs. --- rprt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rprt.md') 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 | -- cgit v1.2.3