Hi, Can someone show me a code snippet that would make a simple record type Typeable so I can wrap one in a Data.Dynamic? I'm looking at the haddock docs and I don't see how to do it. I know to define "typeOf :: MyRecord -> TypeRep". But how to make a TypeRep? thanks, Rob