FiraCode icon indicating copy to clipboard operation
FiraCode copied to clipboard

`⊗` and `⊕` are misaligned and slightly cut off

Open sjeulu opened this issue 4 months ago • 2 comments

Image

⊗-distrib-⊕ : ∀ A B C → A ⊗ (B ⊕ C) ≣ (A ⊗ B) ⊕ (A ⊗ C)
⊗-distrib-⊕  A B _ = &R
  (⊸R (⊗L [] (⊕L [ A ]
    (⊕R₁ (⊗R init init))
    (⊕R₂ (⊗R init init))
  )))
  (⊸R (⊕L []
    (⊗L [] (⊗R init (⊕R₁ init)))
    (⊗L [] (⊗R init (⊕R₂ init)))
  )) 

sjeulu avatar Sep 04 '25 14:09 sjeulu

Yeah, they are not currently in the font. What language is this?

tonsky avatar Sep 04 '25 14:09 tonsky

maybe matematics

nokteholda avatar Oct 21 '25 10:10 nokteholda