j
k
j a
j l
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
Back to the thread
Back to the list