ghc-exactprint-1.9.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")
{-# LANGUAGE TemplateHaskell #-}
module Main where
my_id :: a -> a
my_id x = $( [| x |] )
main = print (my_id "hello")