summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2012-04-20 17:23:34 +0100
committerSimon Peyton Jones <simonpj@microsoft.com>2012-04-20 17:23:34 +0100
commit1be154d8313506be1aad8e57f707f7e10053e892 (patch)
tree4d30282427155c7d7ff87ac5367f7f93835ba532
parent458673e81f8d1506dee2479e0c108824f23e3f48 (diff)
downloadhaskell-1be154d8313506be1aad8e57f707f7e10053e892.tar.gz
Unix line endings for T5938
-rw-r--r--testsuite/tests/polykinds/T5938.hs14
1 files changed, 7 insertions, 7 deletions
diff --git a/testsuite/tests/polykinds/T5938.hs b/testsuite/tests/polykinds/T5938.hs
index bde1e7453e..1e78f759ef 100644
--- a/testsuite/tests/polykinds/T5938.hs
+++ b/testsuite/tests/polykinds/T5938.hs
@@ -1,7 +1,7 @@
-{-# LANGUAGE PolyKinds, TypeFamilies, DataKinds #-}
-module T5938 where
-
-type family KindFam a
-type instance KindFam (a :: *) = Int
-type instance KindFam (a :: Bool) = Bool
-type instance KindFam (a :: Maybe k) = Char -- doesn't work
+{-# LANGUAGE PolyKinds, TypeFamilies, DataKinds #-}
+module T5938 where
+
+type family KindFam a
+type instance KindFam (a :: *) = Int
+type instance KindFam (a :: Bool) = Bool
+type instance KindFam (a :: Maybe k) = Char -- doesn't work