
5 Mar
2012
5 Mar
'12
4:07 p.m.
{-# LANGUAGE MultiParamTypeClasses #-} class Intersectable a b where intersectsWith :: a -> b -> Bool -- Felipe.