summaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/Bad.hs6
1 files changed, 2 insertions, 4 deletions
diff --git a/examples/Bad.hs b/examples/Bad.hs
index d7e1ce1..c4d6dc6 100644
--- a/examples/Bad.hs
+++ b/examples/Bad.hs
@@ -1,9 +1,7 @@
--- | Some badly formatted Haskell code
-
{-# LANGUAGE ViewPatterns, TemplateHaskell #-}
{-# LANGUAGE GeneralizedNewtypeDeriving,
- ViewPatterns,
- ScopedTypeVariables #-}
+ ViewPatterns,
+ ScopedTypeVariables #-}
module Bad where