[Haskell-cafe] Review request for my baby steps towards a
"platform independent interactive graphics" using VNC
Sebastian Fischer
fischer at nii.ac.jp
Sat Nov 6 20:29:11 EDT 2010
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
More information about the Haskell-Cafe
mailing list