Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
nomisRev committed Nov 12, 2018
1 parent a7523f9 commit da4df10
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion modules/docs/arrow-docs/docs/docs/effects/fiber/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Using `Fiber` we can verily easily describe parallel operations such as `paralle
import arrow.effects.*
import arrow.effects.deferredk.monad.monad
import arrow.effects.typeclasses.Fiber
import arrow.typeclasses.binding
fun <A, B, C> parallelMap(first: DeferredK<A>,
second: DeferredK<B>,
Expand Down
1 change: 0 additions & 1 deletion modules/docs/arrow-docs/src/main/kotlin/EffectsHelper.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package arrow.effects

import arrow.effects.deferredk.monad.monad
import arrow.effects.typeclasses.Fiber
import arrow.typeclasses.binding
import kotlinx.coroutines.*
import kotlinx.coroutines.Dispatchers.IO
import kotlin.coroutines.CoroutineContext
Expand Down

0 comments on commit da4df10

Please sign in to comment.