From 704d299e43bdab3d8040b8422b1630d11fc386c3 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Tue, 7 Feb 2023 18:49:24 -0500 Subject: Add a note for inserting atoms in translation of J amend --- doc/fromJ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/fromJ.md b/doc/fromJ.md index d2fed75d..b2884c1e 100644 --- a/doc/fromJ.md +++ b/doc/fromJ.md @@ -162,7 +162,7 @@ Some J modifier expressions are translated below. BQN doesn't keep track of the | `x F&.>/ y` | `x F⌜ y` | `x F/ y` | `x F⎉r‿∞ y` where `r` is `F`'s left rank | ``F`G`H@.C`` | `C◶⟨F,G,H⟩` -| `x y} z` | `x⌾(y⊸⊏) z` +| `x y} z` | `x⌾(y⊸⊏) z` (`x¨` if `x` is an atom) | `x F/ . G y` | `x F˝∘G⎉1‿∞ y` | `F :. G` | `{𝕊: 𝕨F𝕩; 𝕊⁼: 𝕨G𝕩}` | `<;._1` | ``((1-˜¬×+`)=⟜⊏⊘⊣)⊔⊢`` -- cgit v1.2.3