Skip to content

Commit f7ea33d

Browse files
committed
Implement Proposal 14 (iteration 1), part I
Only adds `inter`, does not remove `sect`.
1 parent a806979 commit f7ea33d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/modules/sym.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,15 @@ union ∪
433433
.sq ⊔
434434
.sq.big ⨆
435435
.sq.double ⩏
436+
inter ∩
437+
.and ⩄
438+
.big ⋂
439+
.dot ⩀
440+
.double ⋒
441+
.sq ⊓
442+
.sq.big ⨅
443+
.sq.double ⩎
444+
# Deprecation planned.
436445
sect ∩
437446
.and ⩄
438447
.big ⋂
@@ -467,6 +476,8 @@ integral ∫
467476
.dash.double ⨎
468477
.double ∬
469478
.quad ⨌
479+
.inter ⨙
480+
# Deprecation planned.
470481
.sect ⨙
471482
.slash ⨏
472483
.square ⨖

0 commit comments

Comments
 (0)