Hello, people,

Who knows, has it sense to write things like

  instance AddSemigroup Int where add = Prelude.plusInt
?
I mean some primitive operations instead of overloaded (+), (-) ...
placed above after `='.
Does Haskell-98 provide such primitives?
I suspect that one has to set (+), and to hope the compiler would 
substitute the needed primitive thing.


------------------
Sergey Mechveliani
[EMAIL PROTECTED]


Reply via email to