{-# LANGUAGE MultiParamTypeClasses #-}

class Intersectable a b where
  intersectsWith :: a -> b -> Bool

-- 
Felipe.

_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to