packages feed

ghc-exactprint-0.5.7.0: tests/examples/ghc86/TH_spliceE1.hs

{-# LANGUAGE TemplateHaskell #-}
module Main where

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

main = print (my_id "hello")