Skip to content

Commit b136f4a

Browse files
committed
Wait those were totally wrong vertical masks
1 parent 2f0eef5 commit b136f4a

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

docs/implementation/primitive/fold.html

+5-6
Original file line numberDiff line numberDiff line change
@@ -784,9 +784,9 @@ <h3 id="collecting-bits"><a class="header" href="#collecting-bits">Collecting bi
784784
</g>
785785
<g font-size='18'>
786786
<text dy='0.32em' x='158.4' y='28.6'>0|4|…|20</text>
787-
<text dy='0.32em' x='230.4' y='50.6'>1|…|17|0</text>
788-
<text dy='0.32em' x='302.4' y='28.6'>2|…|18|1</text>
789-
<text dy='0.32em' x='374.4' y='50.6'>3|…|19|2</text>
787+
<text dy='0.32em' x='230.4' y='50.6'>1|5|…|17</text>
788+
<text dy='0.32em' x='302.4' y='28.6'>2|6|…|18</text>
789+
<text dy='0.32em' x='374.4' y='50.6'>3|7|…|19</text>
790790
<text dy='0.32em' x='64.8' y='90'>0|…|3</text>
791791
<text dy='0.32em' x='64.8' y='126'>4|…|7</text>
792792
<text dy='0.32em' x='64.8' y='162'> 8|…|11</text>
@@ -816,9 +816,8 @@ <h3 id="collecting-bits"><a class="header" href="#collecting-bits">Collecting bi
816816
<text dy='0.32em' x='302.4' y='234'>18</text>
817817
<text dy='0.32em' x='374.4' y='234'>19</text>
818818
<text dy='0.32em' x='158.4' y='270'>20|0</text>
819-
<text dy='0.32em' x='230.4' y='270'>0|1</text>
820-
<text dy='0.32em' x='302.4' y='270'>1|2</text>
821-
<text dy='0.32em' x='374.4' y='270'>2</text>
819+
<text dy='0.32em' x='230.4' y='270'>1</text>
820+
<text dy='0.32em' x='302.4' y='270'>2</text>
822821
</g>
823822
</g>
824823
</svg>

implementation/primitive/fold.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -298,9 +298,9 @@ tp ← (0⋈¨4⥊-⊸⋈11)⊸+⌾(1↓⊏) ⍉⋈⌜´txy
298298
((18(⊣⋈-˜)dimx)˙≍⋈˜)¨ 1↓ty
299299
(⋈˜≍( 8(⊣⋈-˜)dimy)˙)¨ 1↓tx
300300
301-
"28"‿"18"‿"20" "font-size="⊸∾⊸Ge¨ (+⌜´0<↕¨∘≢)⊸ tp Text¨ {
302-
Or ← 1⊸⌽⊸(∾⟜"|"⊸∾˜¨⌾(3↑1⊸↓))⌾(¯1⊸⊏)
303-
t ← ⟨"&"⟩ ∾ (0=↕4) (∾⟜"|"⊸∾´ +⟜1⊸↑∾⟨"…"⟩∾-⟜2⊸↑)¨ <˘⍉𝕩
301+
"28"‿"18"‿"20" "font-size="⊸∾⊸Ge¨ (+⌜´0<↕¨∘≢)⊸(⊔○(¯1↓⥊)) tp Text¨ {
302+
Or ← (∾⟜"|"⊸∾´¨(0⌈1-˜↕4)⊸⊔)⊸»⌾(1↓¯1⊸⊏)
303+
t ← ⟨"&"⟩ ∾ (∾⟜"|"⊸∾´ 2⊸↑∾⟨"…"⟩∾¯1⊸↑)¨ (-0<↕4) ↓¨ <˘⍉𝕩
304304
Or t ∾ {< ∾⟜"|…|"⊸∾´ ↑¨˜⟜(-⊸⋈⌈○≠´) 0‿¯1⊏𝕩}⊸∾˘ 𝕩
305305
} ⌽‿4 ⥊ FmtNum ↕21
306306

0 commit comments

Comments
 (0)