Mon Mar 13 06:27:01 PST 2006  Simon Marlow <[EMAIL PROTECTED]>
  * Simplify Eq, Ord, and Show instances for UArray
  The Eq, Ord, and Show instances of UArray were written out longhand
  with one instance per element type.  It is possible to condense these
  into a single instance for each class, at the expense of using more
  extensions (non-std context on instance declaration).
  
  Suggestion by: Frederik Eaton <[EMAIL PROTECTED]>
  

    M ./Data/Array/Base.hs -137 +3
_______________________________________________
Cvs-libraries mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-libraries

Reply via email to