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
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to