argon-0.3.2.0: test/data/th.hs
{-# LANGUAGE TemplateHaskell #-}
module Blow where
import Language.Haskell.TH
foo :: Q Exp
foo = [| \f -> f 2 |]
{-# LANGUAGE TemplateHaskell #-}
module Blow where
import Language.Haskell.TH
foo :: Q Exp
foo = [| \f -> f 2 |]