diff options
author | Ian Lynagh <igloo@earth.li> | 2010-10-23 16:57:25 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2010-10-23 16:57:25 +0000 |
commit | b8dc00a18e48fb2fc3ff4b6a13d094bcf15aebc5 (patch) | |
tree | 07816a01f81937518da61b660d29da23d65397b8 /testsuite/tests/ghc-regress/th | |
parent | ee75b9eaf96e68bd13ece09b8fbf1d3e606c5eab (diff) | |
download | haskell-b8dc00a18e48fb2fc3ff4b6a13d094bcf15aebc5.tar.gz |
Follow GHC.Bool/GHC.Types merge
Diffstat (limited to 'testsuite/tests/ghc-regress/th')
-rw-r--r-- | testsuite/tests/ghc-regress/th/T2700.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghc-regress/th/T2700.stderr b/testsuite/tests/ghc-regress/th/T2700.stderr index 6637147112..004521c197 100644 --- a/testsuite/tests/ghc-regress/th/T2700.stderr +++ b/testsuite/tests/ghc-regress/th/T2700.stderr @@ -1 +1 @@ -foo :: (GHC.Types.Int -> GHC.Bool.Bool) -> GHC.Bool.Bool
+foo :: (GHC.Types.Int -> GHC.Types.Bool) -> GHC.Types.Bool
|