summaryrefslogtreecommitdiff
path: root/testsuite/tests/patsyn
diff options
context:
space:
mode:
authorRichard Eisenberg <eir@cis.upenn.edu>2016-03-17 17:49:28 -0400
committerRichard Eisenberg <eir@cis.upenn.edu>2016-03-21 12:02:01 -0400
commit01b29ebd25aceef8c35ea1cc3eabb6dafbb55daa (patch)
tree9a78248fb14890f68a13f3944663af469553882a /testsuite/tests/patsyn
parentaf2f7f90dd0aaae0e33d1f8064377d1657f180a6 (diff)
downloadhaskell-01b29ebd25aceef8c35ea1cc3eabb6dafbb55daa.tar.gz
TypeApplications does not imply AllowAmbiguousTypes
Diffstat (limited to 'testsuite/tests/patsyn')
-rw-r--r--testsuite/tests/patsyn/should_compile/T11351.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/patsyn/should_compile/T11351.hs b/testsuite/tests/patsyn/should_compile/T11351.hs
index 26f8d2ddea..0873a88ed3 100644
--- a/testsuite/tests/patsyn/should_compile/T11351.hs
+++ b/testsuite/tests/patsyn/should_compile/T11351.hs
@@ -1,4 +1,5 @@
-{-# LANGUAGE PatternSynonyms, TypeApplications, ScopedTypeVariables, ViewPatterns #-}
+{-# LANGUAGE PatternSynonyms, TypeApplications, ScopedTypeVariables, ViewPatterns,
+ AllowAmbiguousTypes #-}
module T11351 where