Skip to content

Commit

Permalink
Simplify further
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjaguarpaw committed Oct 30, 2024
1 parent b10d05b commit 85784b0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions bluefin-internal/src/Bluefin/Internal/Examples.hs
Original file line number Diff line number Diff line change
Expand Up @@ -943,10 +943,9 @@ getCounter7 (st, _, y) msg = do
get st

runCounter7 ::
forall es e1 e2 r.
(e1 :> es, e2 :> es) =>
State Bool e2 ->
Stream String e1 ->
forall es r.
State Bool es ->
Stream String es ->
(forall e. (State Int e, State Bool e, Stream String e) -> Eff e r) ->
Eff es Int
runCounter7 stb y k =
Expand Down

0 comments on commit 85784b0

Please sign in to comment.