From: simonpj Date: Thu, 12 Jul 2001 16:24:49 +0000 (+0000) Subject: [project @ 2001-07-12 16:24:49 by simonpj] X-Git-Tag: Approximately_9120_patches~1569 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=e569a71efad5e5cf8d8c3426bb7635a2b6159335;p=ghc-hetmet.git [project @ 2001-07-12 16:24:49 by simonpj] Remove DsHsSyn; really part of my previous commit --- diff --git a/ghc/compiler/deSugar/DsHsSyn.lhs b/ghc/compiler/deSugar/DsHsSyn.lhs deleted file mode 100644 index 9eee750..0000000 --- a/ghc/compiler/deSugar/DsHsSyn.lhs +++ /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} -