ghc-syb-utils-0.2.3.2: test/test-cases/GithubIssue9.hs
{-# LANGUAGE TemplateHaskell #-}
module GithubIssue9 where
import Language.Haskell.TH
foo :: Q Exp
foo = [| \f -> f 2 |]
{-# LANGUAGE TemplateHaskell #-}
module GithubIssue9 where
import Language.Haskell.TH
foo :: Q Exp
foo = [| \f -> f 2 |]