From 7fa325f583a59a1999cd8ce093a49f8048a3e05c Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Fri, 8 Jul 2022 22:06:05 -0400 Subject: Simplify and update Couple/Merge docs --- doc/arrayrepr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/arrayrepr.md') diff --git a/doc/arrayrepr.md b/doc/arrayrepr.md index 63dba983..1047c187 100644 --- a/doc/arrayrepr.md +++ b/doc/arrayrepr.md @@ -123,7 +123,7 @@ BQN's separator rules give list notation a very flexible structure. You can put #### High-rank arrays -Higher-rank arrays can be written with `[]`, an **array notation** that indicates each element is to be used as a [cell](array.md#cells) of its result. It's identical to forming a list and applying [Merge](couple.md#merge-and-array-theory) (`[…]` is the same as `>⟨…⟩`). +Higher-rank arrays can be written with `[]`, an **array notation** that indicates each element is to be used as a [cell](array.md#cells) of its result. It's identical to forming a list and applying [Merge](couple.md) (`[…]` is the same as `>⟨…⟩`). [2‿3, 4‿1, 0‿5] -- cgit v1.2.3