tonsky / FiraCode

Free monospaced font with programming ligatures
SIL Open Font License 1.1
77.26k stars 3.1k forks source link

ligature for monoid operation in scala |+| #292

Open caente opened 8 years ago

caente commented 8 years ago

Sorry if this has been discussed before, I skimmed the issues and couldn't find it

we could use ⊕, since it's some time used for functions with two parameters e.g. x ⊕ y

krux02 commented 8 years ago

Can you create a link/reference where it is used? Because as far as I know it is not standard library.

caente commented 8 years ago

it's "standard" on scalaz and cats http://eed3si9n.com/learning-scalaz/Monoid.html#Semigroup http://eed3si9n.com/herding-cats/Monoid.html#Monoid+typeclass