From: sof Date: Tue, 26 Jan 1999 13:07:39 +0000 (+0000) Subject: [project @ 1999-01-26 13:07:39 by sof] X-Git-Tag: Approximately_9120_patches~6685 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=e9e74aa537f61618306aa0285d8426c1d8fcb29d;p=ghc-hetmet.git [project @ 1999-01-26 13:07:39 by sof] Drop unused infix decl for 'thenMaybeL' - spotted by 4.02 renamer. --- 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} %************************************************************************