aboutsummaryrefslogtreecommitdiff
path: root/src/p.bqn
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2021-11-03 21:48:42 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2021-11-03 21:48:42 -0400
commita0bec0cf4d5d0ec9d9ebf0a4ce237f2266982cea (patch)
tree71a9e4c10a19aed749f5583052fe54072e77a7f3 /src/p.bqn
parentfeafc455d067b3c6ab4a969db050a13540d4bd8a (diff)
Replace ≍○< with ⋈ in drawing and REPL sources
Diffstat (limited to 'src/p.bqn')
-rw-r--r--src/p.bqn4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/p.bqn b/src/p.bqn
index a3fa568f..7907edae 100644
--- a/src/p.bqn
+++ b/src/p.bqn
@@ -12,12 +12,12 @@ pg ← At "class=red|style=fill:none|stroke-width=1"
pc ← At "class=red|r=4"
rc ← At "class=code|stroke-width=1|rx=5"
gr ← "g" At "font-family=BQN,monospace|font-size=18px"
-Path ← "path" Elt ⊣∾"d"≍○<⊢
+Path ← "path" Elt ⊣∾"d"⋈⊢
Pair ← {
"•Plot: 𝕨 and 𝕩 must consist of rows of numbers" ! 𝕨 ⊢⊘∧○((1≤=)◶⟨0,∧´∘⥊@⊸>⟩) 𝕩
"•Plot: 𝕨 and 𝕩 must have the same length" ! 𝕨 1⊘(≡○(¯1⊑≢)) 𝕩
- ⥊ 𝕨 (< (↕¯1⊑≢)⊘⊣ ≍○< ⊢)⎉1 𝕩
+ ⥊ 𝕨 (< (↕¯1⊑≢)⊘⊣ ⋈ ⊢)⎉1 𝕩
}
PairRec ← {
d ← 𝕨≍○≡𝕩