From 7d474ff607ee01ebb91081fc57c96b2d6ba05861 Mon Sep 17 00:00:00 2001 From: sof Date: Mon, 26 May 1997 01:29:49 +0000 Subject: [PATCH] [project @ 1997-05-26 01:29:49 by sof] Import lists tightened up --- ghc/compiler/typecheck/TcPat.lhs | 1 - 1 file changed, 1 deletion(-) diff --git a/ghc/compiler/typecheck/TcPat.lhs b/ghc/compiler/typecheck/TcPat.lhs index 46836f4..4b2241c 100644 --- a/ghc/compiler/typecheck/TcPat.lhs +++ b/ghc/compiler/typecheck/TcPat.lhs @@ -34,7 +34,6 @@ import Id ( GenId, idType, SYN_IE(Id) ) import Kind ( Kind, mkBoxedTypeKind, mkTypeKind ) import Maybes ( maybeToBool ) import PprType ( GenType, GenTyVar ) ---import PprStyle--ToDo:rm import Pretty import Type ( splitFunTy, splitRhoTy, splitSigmaTy, mkTyVarTys, getFunTy_maybe, maybeAppDataTyCon, -- 1.7.10.4