
3 Aug
2006
3 Aug
'06
2:58 p.m.
On 8/2/06, John Meacham
does anyone else think this would be useful to provide? Maybe
(sorry, couldn't resist :-) -iavor
module Data.Perhaps where
data Perhaps = No | Maybe | Yes deriving(Eq,Ord,Show,Read,Enum,Bounded)
instance Monoid Perhaps ... ...
I only ask because it has come up as useful several times in projects I work on.
John
-- John Meacham - ⑆repetae.net⑆john⑈ _______________________________________________ Libraries mailing list Libraries@haskell.org http://www.haskell.org/mailman/listinfo/libraries