diff options
Diffstat (limited to 'testsuite/tests/ghci/scripts/ghci057.stderr')
-rw-r--r-- | testsuite/tests/ghci/scripts/ghci057.stderr | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/testsuite/tests/ghci/scripts/ghci057.stderr b/testsuite/tests/ghci/scripts/ghci057.stderr index 623bfb3c37..22d0514578 100644 --- a/testsuite/tests/ghci/scripts/ghci057.stderr +++ b/testsuite/tests/ghci/scripts/ghci057.stderr @@ -1,17 +1,17 @@ -
-<interactive>:5:1:
- Illegal generalised algebraic data declaration for `T'
- (Use -XGADTs to allow GADTs)
- In the data declaration for `T'
-
-ghci057.hs:3:3:
- Data constructor `C' has existential type variables, a context, or a specialised result type
- (Use -XExistentialQuantification or -XGADTs to allow this)
- 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
- (Use -XExistentialQuantification or -XGADTs to allow this)
- In the definition of data constructor `C'
- In the data declaration for `T'
+ +<interactive>:5:1: + Illegal generalised algebraic data declaration for ‛T’ + (Use -XGADTs to allow GADTs) + In the data declaration for ‛T’ + +ghci057.hs:3:3: + Data constructor ‛C’ has existential type variables, a context, or a specialised result type + (Use -XExistentialQuantification or -XGADTs to allow this) + 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 + (Use -XExistentialQuantification or -XGADTs to allow this) + In the definition of data constructor ‛C’ + In the data declaration for ‛T’ |