[project @ 2001-07-12 16:24:49 by simonpj]
authorsimonpj <unknown>
Thu, 12 Jul 2001 16:24:49 +0000 (16:24 +0000)
committersimonpj <unknown>
Thu, 12 Jul 2001 16:24:49 +0000 (16:24 +0000)
Remove DsHsSyn; really part of my previous commit

ghc/compiler/deSugar/DsHsSyn.lhs [deleted file]

diff --git a/ghc/compiler/deSugar/DsHsSyn.lhs b/ghc/compiler/deSugar/DsHsSyn.lhs
deleted file mode 100644 (file)
index 9eee750..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-%
-% (c) The AQUA Project, Glasgow University, 1996-1998
-%
-\section[DsHsSyn]{Haskell abstract syntax---added things for desugarer}
-
-\begin{code}
-module DsHsSyn where
-
-#include "HsVersions.h"
-
-import HsSyn           ( OutPat(..), MonoBinds(..) )
-import TcHsSyn         ( TypecheckedPat,
-                         TypecheckedMonoBinds )
-
-import Id              ( idType, Id )
-import Type            ( Type )
-\end{code}
-