Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Remove Effect context bound from Access
Browse files Browse the repository at this point in the history
  • Loading branch information
fomkin committed May 20, 2020
1 parent ebb27f9 commit 3ecb9da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion korolev/src/main/scala/korolev/Context.scala
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ object Context {
/**
* Provides access to make side effects
*/
abstract class Access[F[_]: Effect, S, M] extends BaseAccess[F, S, M] with EventAccess[F, S, M]
trait Access[F[_], S, M] extends BaseAccess[F, S, M] with EventAccess[F, S, M]

sealed trait Binding[F[_], +S, +M]

Expand Down

0 comments on commit 3ecb9da

Please sign in to comment.