fails:Proc#eql? returns true if self and other are the same object
fails:Proc#eql? returns true if self and other are both lambdas with the same body
fails:Proc#eql? returns true if self and other are different kinds of procs but have the same body
fails:Proc#eql? returns true if the bodies of self and other are identical but represented by different objects
