
14 Dec
2007
14 Dec
'07
9:15 a.m.
Hi
http://haskell.org/hoogle/?q=typeOf
C:\>ghci GHCi, version 6.8.1: http://www.haskell.org/ghc/ :? for help Loading package base ... linking ... done. Prelude> :m Data.Typeable Prelude Data.Typeable> typeOf "neil" [Char]
Another great thing is that this bit also works in Hugs, while the Data.Generics stuff is GHC only. Thanks Neil