Skip to content

Commit 68171a2

Browse files
committed
Typo in FSM example code
1 parent c0fd391 commit 68171a2

File tree

1 file changed

+1
-1
lines changed
  • packages/distributed-process-fsm/src/Control/Distributed/Process

1 file changed

+1
-1
lines changed

packages/distributed-process-fsm/src/Control/Distributed/Process/FSM.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
-- > ^. ((event :: Event ButtonPush)
128128
-- > ~> ( (On ~@ enter Off))
129129
-- > .| (Off ~@ (set_ (+1) >> enter On))
130-
-- > ) |> (reply currentState))
130+
-- > ) |> (reply currentState)
131131
--
132132
-- Our client code will need to use the @call@ function from the Client module,
133133
-- although it /is/ possible to interact synchronously with an FSM process (e.g.

0 commit comments

Comments
 (0)