Proposal: Add bool to Data.Bool
Christopher Done
chrisdone at gmail.com
Wed Sep 11 00:36:40 CEST 2013
+1
I use:
bool :: (a -> b) -> (a -> b) -> (a -> Bool) -> a -> b
which is better for point-free programming, but I'll go along with yours
because bool :: a -> a -> Bool -> a is also useful.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/libraries/attachments/20130911/08343f17/attachment.htm>
More information about the Libraries
mailing list