16 Nov
2005
16 Nov
'05
10:30 p.m.
Hello template-haskell, $f syntax in declaration position don't work. for example, the following code fails to compile: module Main where import Sub(f) $f if we change last line to the $(f) it works as expected. is it a bug or undocumented feature? ;) -- Best regards, Bulat mailto:bulatz@HotPOP.com