[Haskell] Implicit Parameters in Instance Declarations

Ashley Yakeley ashley at semantic.org
Tue May 15 01:35:43 EDT 2007


Would horrible things happen if implicit parameters were allowed as 
contexts in instance declarations?

   instance (?limit :: Int) => Eq Thing where
       ...

-- 
Ashley Yakeley



More information about the Haskell mailing list