> Can you show me the code that triggers that behavior?

It is basically

Just connection <- connect
forever $ do
  (x,y) <- getGyroMovement
  runRobotWithConnection (moveBy x y) connection

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

Reply via email to