9 Jan
2009
9 Jan
'09
1:16 a.m.
On Thu, Jan 8, 2009 at 6:04 PM, Jeff Heard <jefferson.r.heard@gmail.com> wrote:
... How do I declare all Regions to be Eqs without putting it in the class body (since I define a function over all Regions that is independent of datatype that is an instance of Region)?
Would this be a solution? class Eq a => Region a where ... Cristiano