
20 Oct
2009
20 Oct
'09
6:01 a.m.
On Tue, Oct 20, 2009 at 5:28 AM, Daniel Fischer
May I offer
(&&) <$> (< 0.5) <*> (> -0.5)
or: import Control.Applicative.Infix between l h = (> l) <^ (&&) ^> (< h) Bas You can find Control.Applicative.Infix in InfixApplicative: http://hackage.haskell.org/package/InfixApplicative