Skip to content

Commit

Permalink
Better name
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjaguarpaw committed Oct 30, 2024
1 parent 85784b0 commit 8f348b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bluefin-internal/src/Bluefin/Internal/Examples.hs
Original file line number Diff line number Diff line change
Expand Up @@ -955,11 +955,11 @@ runCounter7 stb y k =
inContext
@es
@(e4 :& e :& es)
(foo @(e4 :& e :& es) (mapHandle st, mapHandle stb, mapHandle y))
(useImplk @(e4 :& e :& es) (mapHandle st, mapHandle stb, mapHandle y))
get st
where
foo ::
useImplk ::
forall e.
(State Int e, State Bool e, Stream String e) ->
Eff (e :& es) r
foo = useImpl @e . k
useImplk = useImpl @e . k

0 comments on commit 8f348b9

Please sign in to comment.