Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitarg committed Oct 30, 2024
1 parent c6b8a95 commit bb5ee38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ object ExampleTracedSuite extends Suite {

def provideSpan(span: Span[IO]): App ~> IO = {
def provide[A](x: App[A]): IO[A] = x.run(span)
FunctionK.lift(provide)
FunctionK.liftFunction(provide)
}

}
Expand Down

0 comments on commit bb5ee38

Please sign in to comment.