
Hello all! Could anyone explaines me what function $= is mean? I saw it in a haskell.org in opengl examples. There is no answers in hoogle. Thanks, Sergiy

Perhaps it is the operator used in Data.Enumerator.
http://hackage.haskell.org/packages/archive/enumerator/0.4.14/doc/html/Data-...
I was surprised that it is not found neither by hoogle nor hayoo. ____________________ David Place Owner, Panpipes Ho! LLC http://panpipesho.com d@vidplace.com On Sep 4, 2011, at 6:32 AM, Sergiy Nazarenko wrote:
Hello all!
Could anyone explaines me what function $= is mean? I saw it in a haskell.org in opengl examples. There is no answers in hoogle.
Thanks, Sergiy _______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners

On Sun, Sep 4, 2011 at 7:32 AM, Sergiy Nazarenko
Could anyone explaines me what function $= is mean? I saw it in a haskell.org in opengl examples. There is no answers in hoogle.
If you saw it in the context of OpenGL, then it must be Data.StateVar.($=) [1] from the StateVar package [2] -- see the examples on the top of [3]. By the way, StateVar is a nice package that isn't tied to OpenGL at all and is used, for example, by the Hipmunk package as well [4]. Cheers! =) [1] http://hackage.haskell.org/packages/archive/StateVar/1.0.0.0/doc/html/Data-S... [2] http://hackage.haskell.org/package/StateVar [3] http://hackage.haskell.org/packages/archive/StateVar/1.0.0.0/doc/html/Data-S... [4] http://hackage.haskell.org/package/Hipmunk -- Felipe.
participants (3)
-
David Place
-
Felipe Almeida Lessa
-
Sergiy Nazarenko