diff options
author | Richard Eisenberg <eir@cis.upenn.edu> | 2013-08-04 17:24:48 +0100 |
---|---|---|
committer | Richard Eisenberg <eir@cis.upenn.edu> | 2013-08-04 17:24:48 +0100 |
commit | 733b6eea7cd77956a02b849e9c437f0b1c8313b8 (patch) | |
tree | 79bb83357854d68ece88e86b988261d0c29e9b00 /testsuite/tests/gadt | |
parent | 40cd71a9cb6d3a6b1a3f29379c7c0e4ba314eb40 (diff) | |
download | haskell-733b6eea7cd77956a02b849e9c437f0b1c8313b8.tar.gz |
Wibbles to output from refactoring datacon code
Diffstat (limited to 'testsuite/tests/gadt')
-rw-r--r-- | testsuite/tests/gadt/gadt11.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/gadt/gadt11.stderr b/testsuite/tests/gadt/gadt11.stderr index b753bd961c..c2e63f0716 100644 --- a/testsuite/tests/gadt/gadt11.stderr +++ b/testsuite/tests/gadt/gadt11.stderr @@ -1,6 +1,6 @@ gadt11.hs:12:3: Data constructor ‛L2’ returns type ‛T1 Bool’ - instead of an instance of its parent type ‛T2 a’ + instead of an instance of its parent type ‛T2’ In the definition of data constructor ‛L2’ In the data declaration for ‛T2’ |