X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Ftests%2Fderiving%2Fdrv004.hs;fp=ghc%2Fcompiler%2Ftests%2Fderiving%2Fdrv004.hs;h=0000000000000000000000000000000000000000;hb=1369cd5bc5f167b3b635fba26db0357a1c2a00de;hp=82afb6b8f0ea3e0264a60d106cd3138b0fadbedf;hpb=fd5ab9dcc7a0194d371ba41a780c3d73b0abc80f;p=ghc-hetmet.git diff --git a/ghc/compiler/tests/deriving/drv004.hs b/ghc/compiler/tests/deriving/drv004.hs deleted file mode 100644 index 82afb6b..0000000 --- a/ghc/compiler/tests/deriving/drv004.hs +++ /dev/null @@ -1,8 +0,0 @@ ---!!! simple example of deriving Ord (and, implicitly, Eq) --- -module ShouldSucceed where - -data Foo a b - = C1 a Int - | C2 b Double - deriving Ord