From e9e74aa537f61618306aa0285d8426c1d8fcb29d Mon Sep 17 00:00:00 2001 From: sof Date: Tue, 26 Jan 1999 13:07:39 +0000 Subject: [PATCH] [project @ 1999-01-26 13:07:39 by sof] Drop unused infix decl for 'thenMaybeL' - spotted by 4.02 renamer. --- ghc/compiler/coreSyn/CoreLint.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/compiler/coreSyn/CoreLint.lhs b/ghc/compiler/coreSyn/CoreLint.lhs index 5f28650..2f278b2 100644 --- a/ghc/compiler/coreSyn/CoreLint.lhs +++ b/ghc/compiler/coreSyn/CoreLint.lhs @@ -41,7 +41,7 @@ import Type ( Type, Kind, tyVarsOfType, import TyCon ( TyCon, isPrimTyCon, tyConDataCons ) import Outputable -infixr 9 `thenL`, `seqL`, `thenMaybeL` +infixr 9 `thenL`, `seqL` \end{code} %************************************************************************ -- 1.7.10.4