my 2p's worth...

MR K P SCHUPKE k.schupke at imperial.ac.uk
Fri Sep 19 13:09:07 EDT 2003


Would it not be better to have control over exactly where these options apply,
could you not have:

{-# OPTIONS fallow-overlapping-instances=true #-}

... some code ...

{-# OPTIONS -fallow-overlapping-instances=false #-}

... more code ...

So you can ensure instances you don't want overlapping cannot?

	Regards,
	Keean.


More information about the Glasgow-haskell-users mailing list