Skip to content

Commit

Permalink
deploy: c9f30bb
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcardell committed Sep 15, 2024
1 parent a8241f8 commit 82bb6ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,9 @@ <h2 id="flipt-usage" class="section"><a class="anchor-link left" href="#flipt-us
</span><span class="comment">// resource: cats.effect.kernel.Resource[IO, FliptApi[IO]] = Bind(
// source = Bind(
// source = Eval(fa = Pure(value = ())),
// fs = org.http4s.ember.client.EmberClientBuilder$$Lambda$14219/0x0000000802579840@6a38c03f
// fs = org.http4s.ember.client.EmberClientBuilder$$Lambda$13355/0x00000008037c6840@28c2b103
// ),
// fs = cats.effect.kernel.Resource$$Lambda$14220/0x000000080257a040@6bd83f28
// fs = cats.effect.kernel.Resource$$Lambda$13356/0x00000008037c5840@17a47272
// )
</span><span>
</span><span class="identifier">resource</span><span>.</span><span class="identifier">use</span><span> { </span><span class="identifier">flipt</span><span> =&gt;
Expand All @@ -252,7 +252,7 @@ <h2 id="flipt-usage" class="section"><a class="anchor-link left" href="#flipt-us
}
</span><span class="comment">// res0: IO[Boolean] = FlatMap(
// ioe = Pure(value = ()),
// f = cats.effect.kernel.Resource$$Lambda$14222/0x0000000802560840@340d0,
// f = cats.effect.kernel.Resource$$Lambda$13358/0x00000008037c4040@30004e44,
// event = cats.effect.tracing.TracingEvent$StackTrace
// )</span></code></pre>

Expand Down

0 comments on commit 82bb6ab

Please sign in to comment.