
10 Sep
2013
10 Sep
'13
6:36 p.m.
+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.