formal-ledger-specifications
formal-ledger-specifications copied to clipboard
Add things to the Notation section
Here are some things that we should add:
- [ ] mapPartial
- [ ] inj₁, inj₂
- [ ] proj₁, proj₂
- [ ] isInj₁, isInj₂
- [ ] fromList
These are things that we might not need to add if we can replace them with type classes:
- [ ] ∘₂ (-> ∘)
- [ ] mapˢ (map, see #322)