[commit: ghc] wip/orf-reboot: Remove unused test file (97fd90b)
git at git.haskell.org
git at git.haskell.org
Mon Jun 29 08:30:34 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/orf-reboot
Link : http://ghc.haskell.org/trac/ghc/changeset/97fd90bea5107ddbdc72b8ed03a71decd14b8fd4/ghc
>---------------------------------------------------------------
commit 97fd90bea5107ddbdc72b8ed03a71decd14b8fd4
Author: Adam Gundry <adam at well-typed.com>
Date: Sun Jun 21 16:54:21 2015 +0100
Remove unused test file
>---------------------------------------------------------------
97fd90bea5107ddbdc72b8ed03a71decd14b8fd4
.../should_fail/OverloadedRecFldsFail08_A.hs | 14 --------------
1 file changed, 14 deletions(-)
diff --git a/testsuite/tests/overloadedrecflds/should_fail/OverloadedRecFldsFail08_A.hs b/testsuite/tests/overloadedrecflds/should_fail/OverloadedRecFldsFail08_A.hs
deleted file mode 100644
index aa830cc..0000000
--- a/testsuite/tests/overloadedrecflds/should_fail/OverloadedRecFldsFail08_A.hs
+++ /dev/null
@@ -1,14 +0,0 @@
-{-# LANGUAGE OverloadedRecordFields, ExistentialQuantification, RankNTypes, TypeFamilies #-}
-
-module OverloadedRecFldsFail08_A where
-
--- x is existential (naughty)
-data T = forall e . MkT { x :: e }
-
--- y and z are higher-rank
-data U = MkU { y :: forall a . a -> a }
- | MkU2 { z :: (forall b . b) -> () }
-
-data family F a
-data instance F Int = forall e . MkFInt { foo :: e }
-data instance F Bool = MkFBool { foo :: forall a . a -> a }
More information about the ghc-commits
mailing list