
12 Nov
2005
12 Nov
'05
1:55 a.m.
On Friday 11 November 2005 18:22, WANG Meng wrote:
Hi All,
While I was trying to declare Language.Haskell.TH.Exp as an instance of "Typeable", ghci 6.4 yields this error. It does not allow me to define an instance of "typeof". Does anybody know what should be the right way of doing this? Thanks.
Did you try 'typeOf' (note the capital O)? Ben