[Haskell-cafe] Data.Typeable TypeRep Ord instance.

Serguey Zefirov sergueyz at gmail.com
Sat Dec 4 23:08:33 CET 2010


Why TypeRep does have equality and doesn't have ordering?

It would be good to have that.

Right now when I have to order two type representations I convert them
to string and then compare. This is somewhat inefficient and not quite
straightforward.



More information about the Haskell-Cafe mailing list