commercialhaskell / rio

A standard library for Haskell
Other
838 stars 54 forks source link

Re-export Hashable typeclass functions #219

Open locallycompact opened 4 years ago

snoyberg commented 4 years ago

I think we left these out because they tended to cause a lot of naming conflicts. But we included Hashable itself because it was useful in adding constraints. Since using the methods directly is so uncommon, I'd lean towards exposing these from outside of the RIO module itself, such as in RIO.Hashable.