Skip to content

Commit

Permalink
Add inter as an alternative for sect (Proposal 14, part I) (#17)
Browse files Browse the repository at this point in the history
Co-authored-by: Laurenz <[email protected]>
  • Loading branch information
MDLC01 and laurmaedje authored Feb 3, 2025
1 parent a806979 commit 6e7634f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/modules/sym.txt
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,15 @@ union ∪
.sq ⊔
.sq.big ⨆
.sq.double ⩏
inter ∩
.and ⩄
.big ⋂
.dot ⩀
.double ⋒
.sq ⊓
.sq.big ⨅
.sq.double ⩎
@deprecated: `sect` is deprecated, use `inter` instead
sect ∩
.and ⩄
.big ⋂
Expand Down Expand Up @@ -467,6 +476,8 @@ integral ∫
.dash.double ⨎
.double ∬
.quad ⨌
.inter ⨙
// Deprecated.
.sect ⨙
.slash ⨏
.square ⨖
Expand Down

0 comments on commit 6e7634f

Please sign in to comment.