What is Haskell's Data.Typeable?

Viewed 7146

I've come across references to Haskell's Data.Typeable, but it's not clear to me why I would want to use it in my code.

What problem does it solve, and how?

4 Answers
Related