packages feed

ghc-exactprint-1.14.0.0: tests/examples/pre-ghc910/TH_spliceE1.hs

{-# LANGUAGE TemplateHaskell #-}
module Main where

my_id :: a -> a
my_id x = $( [| x |] )

main = print (my_id "hello")