Repository : ssh://[email protected]/testsuite On branch : master Link : http://ghc.haskell.org/trac/ghc/changeset/8450b1807f49c8daefbd4010b61aaa75e970ac48/testsuite
>--------------------------------------------------------------- commit 8450b1807f49c8daefbd4010b61aaa75e970ac48 Author: Simon Peyton Jones <[email protected]> Date: Wed Sep 11 10:01:55 2013 +0100 Leftover change to relevant-binding warnings (one I missed) >--------------------------------------------------------------- 8450b1807f49c8daefbd4010b61aaa75e970ac48 tests/indexed-types/should_fail/Overlap11.stderr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/indexed-types/should_fail/Overlap11.stderr b/tests/indexed-types/should_fail/Overlap11.stderr index 97627e7..4dc7407 100644 --- a/tests/indexed-types/should_fail/Overlap11.stderr +++ b/tests/indexed-types/should_fail/Overlap11.stderr @@ -2,7 +2,7 @@ Overlap11.hs:10:8: Couldn't match expected type ‛F a Int’ with actual type ‛Int’ Relevant bindings include - g :: a -> F a Int (bound at Overlap11.hs:10:1) x :: a (bound at Overlap11.hs:10:3) + g :: a -> F a Int (bound at Overlap11.hs:10:1) In the expression: (5 :: Int) In an equation for ‛g’: g x = (5 :: Int) _______________________________________________ ghc-commits mailing list [email protected] http://www.haskell.org/mailman/listinfo/ghc-commits
