We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0fd391 commit 68171a2Copy full SHA for 68171a2
packages/distributed-process-fsm/src/Control/Distributed/Process/FSM.hs
@@ -127,7 +127,7 @@
127
-- > ^. ((event :: Event ButtonPush)
128
-- > ~> ( (On ~@ enter Off))
129
-- > .| (Off ~@ (set_ (+1) >> enter On))
130
--- > ) |> (reply currentState))
+-- > ) |> (reply currentState)
131
--
132
-- Our client code will need to use the @call@ function from the Client module,
133
-- although it /is/ possible to interact synchronously with an FSM process (e.g.
0 commit comments