9 Sep
2007
9 Sep
'07
6:27 a.m.
Hello, reifyDecl and reifyType seem to be recognized as identifiers and not as part of TH syntax by GHC 6.7.20070903. Take, for example, the following code: {-# LANGUAGE TemplateHaskell #-} x = reifyDecl () If I compile this (with or without -fth), I get the error message “Not in scope: `reifyDecl'”. What’s wrong here? Best wishes, Wolfgang