chiark / gitweb /
Multimap and left multimap
authorBen Harris <bjh21@bjh21.me.uk>
Tue, 30 Apr 2024 20:16:31 +0000 (21:16 +0100)
committerBen Harris <bjh21@bjh21.me.uk>
Tue, 30 Apr 2024 20:16:31 +0000 (21:16 +0100)
Both are used by BQN.

bedstead.c

index f40ceb120555f69fe18961cf2ddb833911629272..cb182f0ba587254c147e9a569109a7b31a0a7165 100644 (file)
@@ -1426,6 +1426,7 @@ static struct glyph {
  {{000,020,037,020,037,020,000,000,000}, U(22A8) }, /* true */
  {{000,024,024,027,024,024,000,000,000}, U(22A9) }, /* forces */
  {{000,024,027,024,027,024,000,000,000}, U(22AB) }, /* dbl v dbl rt tstile */
+ {{000,000,002,035,002,000,000,000,000}, U(22B8) }, /* multimap */
  {{016,021,021,021,021,021,021,021,021}, U(22C2) }, /* n-ary intersection */
  {{021,021,021,021,021,021,021,021,016}, U(22C3) }, /* n-ary union */
  {{000,004,012,021,012,004,000,000,000}, U(22C4) }, /* diamond operator */
@@ -1774,6 +1775,7 @@ static struct glyph {
  /* Miscellaneous mathematical symbols-A */
  {{004,004,004,016,004,004,004,000,000}, U(27CA) }, /* vert bar horiz stroke */
  {{000,025,025,025,025,016,000,000,000}, U(27D2) }, /* upward element of */
+ {{000,000,010,027,010,000,000,000,000}, U(27DC) }, /* left multimap */
 
  /* Supplemental arrows-B */
  {{000,037,016,025,004,004,000,000,000}, U(2912) }, /* arrowupbar */