RE: [Haskell-cafe] how to avoid overlapping instance error?

28 Feb
2005
28 Feb
'05
6:50 p.m.
| Or I suppose, one could rephrase this question as why not | simplify instance declarations to be: | | instance ToSet where | toSet = Set.fromList | | And let the typechecker take care of figuring out what instance is | being specified here? That might be possible, but Haskell forces you to be a bit more explicit, that's all. Simon
7386
Age (days ago)
7386
Last active (days ago)
0 comments
1 participants
participants (1)
-
Simon Peyton-Jones