Skip to content

Commit

Permalink
minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
fwbrasil committed Sep 26, 2023
1 parent c8107b6 commit 248afac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions kyo-chatgpt/shared/src/main/scala/kyo/chatgpt/ais.scala
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ object ais {
def parallel[T](l: List[T > AIs]): Seq[T] > AIs =
Fibers.get(parallelFiber(l))

// Sums[State] with Requests with Tries with IOs with Aspects with Consoles

def parallelFiber[T](l: List[T > AIs]): Fiber[Seq[T]] > AIs =
Sums[State].get.map { st =>
Fibers.parallelFiber(l.map { e =>
Expand Down

0 comments on commit 248afac

Please sign in to comment.