On Nov 4, 2010, at 3:48 PM, C K Kashyap wrote:

Also, any reference/suggestion on how I could go about using a state
machine to deal with the RFB protocol.

A simple way to model state machines is to use one function for each state. Each function calls the functions corresponding to successor states.

(Not sure whether this answers you question, though).

Sebastian
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to