diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2013-10-04 18:55:13 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2013-10-04 18:55:13 +0100 |
commit | c5806bf6928daebb89b126efffdc2e2a00927250 (patch) | |
tree | 9be2d28075284c892ddc8b1cc0898fa585b8e769 /testsuite/tests/ghci/scripts/T7873.stdout | |
parent | 5863ce4eb6fe2d7143c483e78b478e25881c0160 (diff) | |
download | haskell-c5806bf6928daebb89b126efffdc2e2a00927250.tar.gz |
Error messsage wibblification
Diffstat (limited to 'testsuite/tests/ghci/scripts/T7873.stdout')
-rw-r--r-- | testsuite/tests/ghci/scripts/T7873.stdout | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/ghci/scripts/T7873.stdout b/testsuite/tests/ghci/scripts/T7873.stdout index 785fbf06b2..0167fb2eba 100644 --- a/testsuite/tests/ghci/scripts/T7873.stdout +++ b/testsuite/tests/ghci/scripts/T7873.stdout @@ -1,6 +1,6 @@ data D1 where MkD1 :: (forall (p :: k -> *) (a :: k). p a -> Int) -> D1 - -- Defined at <interactive>:3:6 + -- Defined at <interactive>:3:1 data D2 where MkD2 :: (forall (p :: k -> *) (a :: k). p a -> Int) -> D2 - -- Defined at <interactive>:4:6 + -- Defined at <interactive>:4:1 |