purescript-contrib/purescript-colors

Use RGB equivalence for the Eq instance

sharkdp opened this issue · 1 comments

Use RGB equivalence for the Eq instance

Right now we have

> hsl 0.0 0.0 0.0 == hsl 180.0 0.0 0.0
false

even though both colors are black.