Skip to content

Commit

Permalink
Fix delegation example.
Browse files Browse the repository at this point in the history
  • Loading branch information
dnadales committed May 29, 2019
1 parent c6189ed commit 3225fea
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ deleg =
.- (s 1, (gk 1, k 11)) .-> DState (Bimap.fromList [(gk 0, k 10), (gk 1, k 11)])
[(gk 0, s 0), (gk 1, s 1)]

.- (s 2, (gk 0, k 11)) .-> DState (Bimap.fromList [(gk 0, k 11), (gk 1, k 11)])
.- (s 2, (gk 0, k 11)) .-> DState (Bimap.fromList [(gk 0, k 11)])
[(gk 0, s 2), (gk 1, s 1)]

.- (s 3, (gk 2, k 12)) .-> DState (Bimap.fromList [(gk 0, k 11), (gk 1, k 11), (gk 2, k 12)])
.- (s 3, (gk 2, k 12)) .-> DState (Bimap.fromList [(gk 0, k 11), (gk 2, k 12)])
[(gk 0, s 2), (gk 1, s 1), (gk 2, s 3)]
]

Expand Down

0 comments on commit 3225fea

Please sign in to comment.