diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2012-04-20 17:23:34 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2012-04-20 17:23:34 +0100 |
commit | 1be154d8313506be1aad8e57f707f7e10053e892 (patch) | |
tree | 4d30282427155c7d7ff87ac5367f7f93835ba532 | |
parent | 458673e81f8d1506dee2479e0c108824f23e3f48 (diff) | |
download | haskell-1be154d8313506be1aad8e57f707f7e10053e892.tar.gz |
Unix line endings for T5938
-rw-r--r-- | testsuite/tests/polykinds/T5938.hs | 14 |
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 |