diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2013-12-05 08:34:22 +0000 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2013-12-05 08:34:22 +0000 |
commit | 6b52a20997a521113b9141488dc257b5811b7005 (patch) | |
tree | 24b78b5dc96716fe3a099b4973803f6a480c2c93 /testsuite/tests/th/T8577.hs | |
parent | 75dbe8725d6981085bf73717937a186a835c3828 (diff) | |
download | haskell-6b52a20997a521113b9141488dc257b5811b7005.tar.gz |
Test Trac #8577
Diffstat (limited to 'testsuite/tests/th/T8577.hs')
-rw-r--r-- | testsuite/tests/th/T8577.hs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/tests/th/T8577.hs b/testsuite/tests/th/T8577.hs new file mode 100644 index 0000000000..8a467e448a --- /dev/null +++ b/testsuite/tests/th/T8577.hs @@ -0,0 +1,10 @@ +{-# LANGUAGE TemplateHaskell #-} +module T8577 where + +import Language.Haskell.TH + +import T8577a + +foo2 :: A Bool +foo2 = $$(y) + |