[Haskell-cafe] Re: Math questions

Yitzchak Gale gale at sefer.org
Thu May 27 07:50:53 EDT 2010


Mujtaba Boori wrote:
> I think this answer agree100 f g = map f xs == map g xs where
> xs = [1..100] from  Richard O'Keefe
> is do the job.

agree100 = (==) `on` for [1..100]

Regards,
Yitz


More information about the Haskell-Cafe mailing list