From e569a71efad5e5cf8d8c3426bb7635a2b6159335 Mon Sep 17 00:00:00 2001 From: simonpj Date: Thu, 12 Jul 2001 16:24:49 +0000 Subject: [PATCH] [project @ 2001-07-12 16:24:49 by simonpj] Remove DsHsSyn; really part of my previous commit --- ghc/compiler/deSugar/DsHsSyn.lhs | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 ghc/compiler/deSugar/DsHsSyn.lhs 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} - -- 1.7.10.4