type Either = ?? instance (Graphic a, Graphic b) => Graphic (a ⊕ b)
Either
In many places in the documentation we write a+b or a⊕b as an abbreviation of Either a b.
a+b
a⊕b
Either a b