diff options
Diffstat (limited to 'hoogle-test/src/Bug946/Bug946.hs')
-rw-r--r-- | hoogle-test/src/Bug946/Bug946.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hoogle-test/src/Bug946/Bug946.hs b/hoogle-test/src/Bug946/Bug946.hs index 606b5ac4..ec567d6d 100644 --- a/hoogle-test/src/Bug946/Bug946.hs +++ b/hoogle-test/src/Bug946/Bug946.hs @@ -1,3 +1,4 @@ +{-# LANGUAGE Haskell2010 #-} {-# LANGUAGE PatternSynonyms #-} module Bug946 ( AnInt(AnInt, Zero), |