RE: splicing types

Robert Greayer <[email protected]> Tue, 1 Jul 2008 09:32:59 -0700 (PDT)
Newsgroups gmane.comp.lang.haskell.template
Message-ID <[email protected]>
In trying to explain something, I wrote:

(Omitted $(encT 1000))

and (Omitted $(encT "hello"))

but I meant (Omitted $(encT [|1000|]) and (Omitted $(encT [|"hello"|]).  I.e. encT is a (monomorphic) function of type (Q Exp -> Q Type), as specified in my original message.