diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2012-03-02 17:13:47 +0000 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2012-03-02 17:13:47 +0000 |
commit | a2cf0fdeb83854b31686006a2b8f8e020c72db5a (patch) | |
tree | fd288c47659857a043de7ddb738349729ef96d9d /testsuite/tests/polykinds/T5770.hs | |
parent | 64880bb7693ca9a97e26a292b5d3fe402f72c143 (diff) | |
download | haskell-a2cf0fdeb83854b31686006a2b8f8e020c72db5a.tar.gz |
Remove unnecessary import
Diffstat (limited to 'testsuite/tests/polykinds/T5770.hs')
-rw-r--r-- | testsuite/tests/polykinds/T5770.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuite/tests/polykinds/T5770.hs b/testsuite/tests/polykinds/T5770.hs index d6cf604886..132a1538a8 100644 --- a/testsuite/tests/polykinds/T5770.hs +++ b/testsuite/tests/polykinds/T5770.hs @@ -4,7 +4,6 @@ #-} module T5770 where -import GHC.Base convert :: a -> b convert = convert |