Dave Herman's research blog.
infixr 2 ^^^(^^^) :: Maybe a -> Maybe a -> Maybe aNothing ^^^ r@(Just _) = rl@(Just _) ^^^ Nothing = l_ ^^^ _ = Nothing
Confirming once again that the use of Haskell makes you exclusive.-- Paul
Confirming once again that the
ReplyDeleteuse of Haskell makes you exclusive.
-- Paul