packages feed

haskell-src-exts-1.14.0: Test/examples/QQType.hs

{-# LANGUAGE FlexibleInstances, TemplateHaskell, QuasiQuotes #-}
module QQType where

import Language.Haskell.TH

x :: DecsQ
x = [d| instance Show $(conT (mkName \"Int\")) |]