Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/11330e110203e392ab6f07aa0aeab6a872076703 >--------------------------------------------------------------- commit 11330e110203e392ab6f07aa0aeab6a872076703 Author: Simon Marlow <[email protected]> Date: Thu Mar 1 14:03:41 2012 +0000 add missing file >--------------------------------------------------------------- tests/ghci/scripts/ghci057.stderr | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/tests/ghci/scripts/ghci057.stderr b/tests/ghci/scripts/ghci057.stderr new file mode 100644 index 0000000..383d951 --- /dev/null +++ b/tests/ghci/scripts/ghci057.stderr @@ -0,0 +1,17 @@ + +<interactive>:5:1: + Illegal generalised algebraic data declaration for `T' + (Use -XGADTs to allow GADTs) + In the data type 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 type 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 type declaration for `T' _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
