
6 Dec
2012
6 Dec
'12
6:55 a.m.
Herbert Valerio Riedel
and also their dual (see fromRight' above) is defined there:
sorry, I was mixed something up; ignore that "(see fromRight' above)" comment the dual to 'maybeRight' is rather something like: maybeToRight :: a -> Maybe b -> Either a b maybeToRight l = maybe (Left l) Right
- precis:Precis.Utils.ControlOperators.elaborate - errors:Control.Error.Util.note
- from{Left,Right} are useful when working in the 'Maybe' monad or
s/from/maybe/