From 139047379b2ff7751c1b5ef8e079ffc29cce752d Mon Sep 17 00:00:00 2001 From: tslil Date: Sat, 21 Mar 2026 20:21:32 +0000 Subject: implement hooks, fix docs --- rprt.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'rprt.md') diff --git a/rprt.md b/rprt.md index f036c43..769df6c 100644 --- a/rprt.md +++ b/rprt.md @@ -99,8 +99,8 @@ RPRT provides two explicit hook combinators from BQN for flexible function compo **After (Right Hook)** `F/re/` -In the niladic form this is `(.) /re/` (left hook semantics, §1.2), and `.` niladically is the current selection (§3.1). Thus `.>/re/` applies `/re/` to the current selection. - -The After hook `F/re/` or `./re/` +In the niladic form this is `(.) /re/` (left hook semantics §1.2, or left associativity), and `.` niladically is the current selection (§3.1). Thus both `.>/re/` and `./re/` apply `/re/` to the current selection. ## 2.2 Selection Function Operators -- cgit v1.2.3