[Haskell-beginners] Understanding syntax problems
Nathan Huesken
haskell at lonely-star.org
Tue Jun 8 13:58:32 EDT 2010
Well, that makes complete sense.
Just out of curiosity, is it my browser or a problem with the site?
Regards,
Nathan
On Tue, 8 Jun 2010 18:52:20 +0100
Stephen Tetley <stephen.tetley at gmail.com> wrote:
> Hi
>
> This is a typo - caused in the translation to HTML:
>
> type BellMachine = Event () -> Event ()
>
> A Bell Machine is a function from Event to Event.
>
> Representing state machines as functions from their input to their
> output is quite a common pattern in Haskell.
>
>
> Best wishes
>
> Stephen
>
More information about the Beginners
mailing list