Well look at that. Thanks! On Mon, Mar 5, 2012 at 4:07 PM, Felipe Almeida Lessa <felipe.lessa at gmail.com> wrote: > {-# LANGUAGE MultiParamTypeClasses #-} > > class Intersectable a b where > intersectsWith :: a -> b -> Bool > > -- > Felipe. >