Spoon symbols
Open
Nobody has claimed this yet.
proposal
- Dominant language
- Rust
- Stars
- 53
- Forks
- 22
- PR merge metrics
- No merged PRs in 30d
Description
Context
Unicode defines multiple spoon-like symbols. ⊸ is already multimap
Proposal
Add the symbols from the following table under sym.
| Character | Name(s) |
|---|---|
| ⫯ VERTICAL LINE WITH CIRCLE ABOVE | spoon, spoon.t |
| ⫰ VERTICAL LINE WITH CIRCLE BELOW | spoon.b |
| ⟟ UP TACK WITH CIRCLE ABOVE | spoon.t.bar |
| ⫱ DOWN TACK WITH CIRCLE BELOW | spoon.b.bar |
| ⟜ LEFT MULTIMAP | spoon.l |
| ⊸ MULTIMAP | spoon.r |
Note that all those characters have the math class Relation, except for ⫱, which has the math class Normal.
Additionally, ⟜ could be added as multimap.rev as well.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the symbol definitions under sym and compare them with the proposal table. Add the six listed names and characters, preserving the stated math classes, and consider the additional multimap.rev alias for ⟜. Done means all requested mappings are represented accurately.
Written by the indexing model from the issue text.
Assessment
- Domain
- content
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 52/100