From bd4209a653a68929a9fb1a215bbc3e34a393e753 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Sat, 28 May 2022 11:10:53 -0400 Subject: Merge error message changed --- docs/doc/enclose.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/doc/enclose.html') diff --git a/docs/doc/enclose.html b/docs/doc/enclose.html index 82fbee31..e00d168b 100644 --- a/docs/doc/enclose.html +++ b/docs/doc/enclose.html @@ -39,7 +39,7 @@

In this case each call to +˝ returns a cell of the result. The result is a list, so its cells are units! Here, Cells (˘) "hides" one axis from its operand, and the operand +˝ reduces out an axis, leaving zero axes—until Cells assembles the results, putting its axis back. In this case, +´ would also be tolerated. But it's wrong, because each result really should be a zero-axis array. We can reveal this by making an array whose elements aren't atoms.

↗️
    +´˘ 2,"ab"3,"ABC"
-Error: >: Elements didn't have equal shapes (contained ⟨2⟩ and ⟨3⟩)
+Error: >: Elements didn't have equal shapes (contained shapes ⟨2⟩ and ⟨3⟩)
 
     +˝˘ 2,"ab"3,"ABC"
 ⟨ "ac" "ACE" ⟩
-- 
cgit v1.2.3