Language.Haskell.TH.Quotable
class Quotable a b where Source #
A Quotable is a value that can be turned into a Q computation, allowing it to be used in a quasi-quote
Quotable
Q
Methods
q :: a -> Q b Source #
Defined in Language.Haskell.TH.Quotable
q :: a -> Q a Source #
q :: Q a -> Q a Source #
qEC :: ExtractedConstructor a b => a -> Q b Source #
Like q, but for extracted constructors (see ExtractedConstructor from 'extract-cons')
q
ExtractedConstructor
qT :: TExp t -> Code Q t Source #
Like q, but for typed expressions