
28 Dec
2005
28 Dec
'05
7:36 a.m.
Hello Ashley, Wednesday, December 28, 2005, 1:56:51 AM, you wrote:
instance (CharStream h) => BufStream h where instance (MemoryStream h) => BufStream h where
AY> Try this: AY> class (BufStream h) => CharStream h where AY> class (BufStream h) => MemoryStream h where thank you, that will work, although it is not what i exactly want. in the ideal, i want to derive from any of these 3 classes other two. but it seems that i need to establish some ordering between them -- Best regards, Bulat mailto:bulatz@HotPOP.com