Re: why sample argument. Improved example

2000-05-12 Thread Rob MacAulay
Marcin 'Qrczak' Kowalczyk wrote: > Haskell's type system is powerful, but cannot express anything at > compile time. Very dynamic domains must be represented as runtime > objects, i.e. values. These values and elements of those domains have > carefully designed types, because Haskell is staticall

Re: why sample argument. Improved example

2000-05-11 Thread Marcin 'Qrczak' Kowalczyk
Thu, 11 May 2000 13:43:20 +0400 (MSD), S.D.Mechveliani <[EMAIL PROTECTED]> pisze: > Why the classes are desirable here? > Because the example functions fsq, (==), (+), (*) > act in a *uniform way* for the residue domains > Z/(4), Z/(5) ...

why sample argument. Improved example

2000-05-11 Thread S.D.Mechveliani
To my > Here is a small, concrete and real example, more illustrative > than the variable vector space, though, very similar with respect > to Haskell. > If this can be programmed adequately with the constructor classes, > and such, this will mean a great deal. Marcin 'Qrczak' Kowalczyk <[EMAI