diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2014-11-06 13:35:09 +0000 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2014-11-06 15:42:24 +0000 |
commit | 528cbd72d4d15886c3e675d8280cbb0fe91413bd (patch) | |
tree | 18f5fabd9e94e2d4a192044e8bf5a5615f496fe2 | |
parent | f81f82eec0123e16bfa8677117107c3f3c4f0fe0 (diff) | |
download | haskell-528cbd72d4d15886c3e675d8280cbb0fe91413bd.tar.gz |
Give T3064 the right module name (just tidying up)
-rw-r--r-- | testsuite/tests/perf/compiler/T3064.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/perf/compiler/T3064.hs b/testsuite/tests/perf/compiler/T3064.hs index d3cdea36d2..39a51de8b0 100644 --- a/testsuite/tests/perf/compiler/T3064.hs +++ b/testsuite/tests/perf/compiler/T3064.hs @@ -1,6 +1,6 @@ {-# LANGUAGE Rank2Types, TypeSynonymInstances, FlexibleInstances #-} {-# LANGUAGE TypeFamilies, GeneralizedNewtypeDeriving #-} -module Bug2 where +module T3064 where import Control.Applicative newtype ReaderT r m a = ReaderT { runReaderT :: r -> m a } |