diff options
Diffstat (limited to 'testsuite/tests/ghci/scripts/ghci057.stderr')
-rw-r--r-- | testsuite/tests/ghci/scripts/ghci057.stderr | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/testsuite/tests/ghci/scripts/ghci057.stderr b/testsuite/tests/ghci/scripts/ghci057.stderr index e26f15e1a9..089704d9b4 100644 --- a/testsuite/tests/ghci/scripts/ghci057.stderr +++ b/testsuite/tests/ghci/scripts/ghci057.stderr @@ -1,19 +1,19 @@ <interactive>:5:1: - Illegal generalised algebraic data declaration for ‛T’ + Illegal generalised algebraic data declaration for ‘T’ (Use GADTs to allow GADTs) - In the data declaration for ‛T’ + In the data declaration for ‘T’ ghci057.hs:3:3: - Data constructor ‛C’ has existential type variables, a context, or a specialised result type + Data constructor ‘C’ has existential type variables, a context, or a specialised result type C :: T Int (Use ExistentialQuantification or GADTs to allow this) - In the definition of data constructor ‛C’ - In the data declaration for ‛T’ + In the definition of data constructor ‘C’ + In the data declaration for ‘T’ ghci057.hs:3:3: - Data constructor ‛C’ has existential type variables, a context, or a specialised result type + Data constructor ‘C’ has existential type variables, a context, or a specialised result type C :: T Int (Use ExistentialQuantification or GADTs to allow this) - In the definition of data constructor ‛C’ - In the data declaration for ‛T’ + In the definition of data constructor ‘C’ + In the data declaration for ‘T’ |