[project @ 1999-01-26 13:07:39 by sof]
authorsof <unknown>
Tue, 26 Jan 1999 13:07:39 +0000 (13:07 +0000)
committersof <unknown>
Tue, 26 Jan 1999 13:07:39 +0000 (13:07 +0000)
Drop unused infix decl for 'thenMaybeL' - spotted by 4.02 renamer.

ghc/compiler/coreSyn/CoreLint.lhs

index 5f28650..2f278b2 100644 (file)
@@ -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}
 
 %************************************************************************