diff options
Diffstat (limited to 'testsuite/tests/th/TH_scopedTvs.stderr')
-rw-r--r-- | testsuite/tests/th/TH_scopedTvs.stderr | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/tests/th/TH_scopedTvs.stderr b/testsuite/tests/th/TH_scopedTvs.stderr new file mode 100644 index 0000000000..f8263fc28f --- /dev/null +++ b/testsuite/tests/th/TH_scopedTvs.stderr @@ -0,0 +1,4 @@ + +TH_scopedTvs.hs:6:13: + Illegal lexically-scoped type variable `a' + Lexically scoped type variables are not supported by Template Haskell |