Send Beginners mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://www.haskell.org/mailman/listinfo/beginners
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Beginners digest..."
Today's Topics:
1. Understanding syntax problems (Nathan Huesken)
----------------------------------------------------------------------
Message: 1
Date: Tue, 8 Jun 2010 11:14:19 -0400
From: Nathan Huesken <[email protected]>
Subject: [Haskell-beginners] Understanding syntax problems
To: Biginners Haskell Mailinglist <[email protected]>
Message-ID: <[email protected]>
Content-Type: text/plain; charset=US-ASCII
Hi,
Reading this:
http://netsuperbrain.com/blog/posts/introducing-reactive-events/
I stumble upon this:
type BellMachine = Event () -> Event ()
Google did not tell me, what this means.
I understand
type BellMachine = Event()
but the rest is completely strange to me.
What does it mean or where can I find out?
Thanks!
Nathan
------------------------------
_______________________________________________
Beginners mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/beginners
End of Beginners Digest, Vol 24, Issue 7
****************************************