From: simonm Date: Thu, 18 Mar 1999 09:46:44 +0000 (+0000) Subject: [project @ 1999-03-18 09:46:44 by simonm] X-Git-Tag: Approximately_9120_patches~6375 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=90dc4201b32723538fcf2404f51de74d4a8dbc28;p=ghc-hetmet.git [project @ 1999-03-18 09:46:44 by simonm] Add infixr 1 =<< --- diff --git a/ghc/lib/std/Monad.lhs b/ghc/lib/std/Monad.lhs index fcb59a0..8f63115 100644 --- a/ghc/lib/std/Monad.lhs +++ b/ghc/lib/std/Monad.lhs @@ -43,6 +43,8 @@ import PrelList import PrelTup import PrelBase import PrelMaybe ( Maybe(..) ) + +infixr 1 =<< \end{code} %*********************************************************