diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2016-02-22 21:32:51 +0100 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2016-02-23 12:27:57 +0100 |
commit | 6074c108b66ec9cd2230852addb60782a8b17e0a (patch) | |
tree | f63eca7bf384b63a70fa19888c4288ab1243ce12 /testsuite/tests/gadt/lazypat.hs | |
parent | 754a2f2bb7416bd7fe453ba7bcb7c089f5ef3b8f (diff) | |
download | haskell-6074c108b66ec9cd2230852addb60782a8b17e0a.tar.gz |
Testsuite: delete Windows line endings [skip ci] (#11631)
Diffstat (limited to 'testsuite/tests/gadt/lazypat.hs')
-rw-r--r-- | testsuite/tests/gadt/lazypat.hs | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/testsuite/tests/gadt/lazypat.hs b/testsuite/tests/gadt/lazypat.hs index f16da207aa..e05e3cb80c 100644 --- a/testsuite/tests/gadt/lazypat.hs +++ b/testsuite/tests/gadt/lazypat.hs @@ -1,7 +1,7 @@ -{-# LANGUAGE GADTs, ExistentialQuantification #-}
-
-module ShouldFail where
-
-data T = forall a. T a (a->Int)
-
-f ~(T x f) = f x
\ No newline at end of file +{-# LANGUAGE GADTs, ExistentialQuantification #-} + +module ShouldFail where + +data T = forall a. T a (a->Int) + +f ~(T x f) = f x |