From: Ben Harris Date: Tue, 30 Apr 2024 20:16:31 +0000 (+0100) Subject: Multimap and left multimap X-Git-Tag: bedstead-002.005~32 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=764daf098f2589f63d673499cf3d11f3a0468778;p=bedstead.git Multimap and left multimap Both are used by BQN. --- diff --git a/bedstead.c b/bedstead.c index f40ceb1..cb182f0 100644 --- a/bedstead.c +++ b/bedstead.c @@ -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 */