diff options
Diffstat (limited to 'testsuite/tests/ghci/scripts/ghci020.stdout')
-rw-r--r-- | testsuite/tests/ghci/scripts/ghci020.stdout | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/ghci/scripts/ghci020.stdout b/testsuite/tests/ghci/scripts/ghci020.stdout index 7a949cd465..f7e40fd0f4 100644 --- a/testsuite/tests/ghci/scripts/ghci020.stdout +++ b/testsuite/tests/ghci/scripts/ghci020.stdout @@ -1,6 +1,6 @@ type (->) :: * -> * -> * -data (->) a b - -- Defined in ‘GHC.Prim’ +type (->) = (->) :: * -> * -> * + -- Defined in ‘GHC.Types’ infixr -1 -> instance Applicative ((->) r) -- Defined in ‘GHC.Base’ instance Functor ((->) r) -- Defined in ‘GHC.Base’ |