diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-11-13 15:47:35 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-11-13 15:47:35 -0500 |
| commit | 2a279ec71dc3139de220bb48300e71e3b79aafdb (patch) | |
| tree | f525eccd646d010b82cb7918d1c9f223590d5012 /test/fuzz.bqn | |
| parent | 7faf96746f2d9a051c048b312480583494b5ee7b (diff) | |
Use Pair (⋈) in source code and tests
Diffstat (limited to 'test/fuzz.bqn')
| -rw-r--r-- | test/fuzz.bqn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/fuzz.bqn b/test/fuzz.bqn index dd1d3b57..a5b379a4 100644 --- a/test/fuzz.bqn +++ b/test/fuzz.bqn @@ -116,7 +116,7 @@ gen ← { } _testConsistent_ ← {Match←𝔾 - v ← <˘⍉> (5⌊´≠¨)⊸((Rand⟜≠⊏⊢)¨) ListVariations¨ a←𝕨≍○<𝕩 + v ← <˘⍉> (5⌊´≠¨)⊸((Rand⟜≠⊏⊢)¨) ListVariations¨ a←𝕨⋈𝕩 (ClearRefs@) ⊢ (∧´ ⊏ Match¨ 1⊸↓) (𝕨 (𝔽⊑∘⊢)⊘(𝔽´⊢) Variation¨⟜a)¨ v } @@ -128,7 +128,7 @@ _testMonArith ← { RandDyShape ← { Prefix ← (∨`⌾⌽ 𝕩 ≥ ×`)⊸/ (Rand 1+≠)⊸↑ - (Rand 2) ⌽ ≍○<⟜Prefix RandShape 𝕩 + (Rand 2) ⌽ ⋈⟜Prefix RandShape 𝕩 } _testDyArith ← {f←𝕗 ch ← 0<+´≠¨ pmn ← (∊⟜f⥊¨⊢) +‿-‿¬ |
