[Haskell-cafe] Infix operators naming conflicts (was: class Ref)

2005-06-07 Thread Dimitry Golubovsky
Gracjan Polak wrote: val = readIORef a=:b = writeIORef a b Pretty shame := is already reserver :(. There is something alike Graphics.Rendering.OpenGL.GL.StateVar. The use $= for assignment. Generalizing variables (in respect to some monad) seems to be often reinvented idea :) Indeed, has

Re: [Haskell-cafe] Infix operators naming conflicts (was: class Ref)

2005-06-07 Thread Abraham Egnor
On 6/7/05, Dimitry Golubovsky [EMAIL PROTECTED] wrote: Gracjan Polak wrote: val = readIORef a=:b = writeIORef a b Pretty shame := is already reserver :(. There is something alike Graphics.Rendering.OpenGL.GL.StateVar. The use $= for assignment. Generalizing variables (in respect to