[Haskell-beginners] $= operator

Alexander Dunlap alexander.dunlap at gmail.com
Mon Sep 28 00:04:41 EDT 2009


On Sun, Sep 27, 2009 at 8:08 PM, Nathan Holden <nathanmholden at gmail.com> wrote:
> I was reading Eleara examples out of Hackage, and I kept noticing lines like
> this:
>
>>   t <- get GLFW.time
>>   GLFW.time $= 0
>
> Most of the rest of it made more-or-less sense (I mean, there IS a reason
> I'm still asking questions to beginners!) but I couldn't seem to find
> anything about it on my usual reference sources, and it's uses don't make
> that much sense to me.
>
> _______________________________________________
> Beginners mailing list
> Beginners at haskell.org
> http://www.haskell.org/mailman/listinfo/beginners
>
>

That's not an Elerea operator; that's from OpenGL. Roughly speaking,
it means "set" - change the value of a setting or variable of some
sort.

I'm also working on familiarizing myself with FRP and Elerea, so good luck!

Alex


More information about the Beginners mailing list