packages feed

haskell-tools-daemon-0.4.1.1: examples/Project/has-th/TH.hs

module TH where

import Language.Haskell.TH

x :: Q [Dec]
x = return []