Skip to content

Commit

Permalink
add deprecatedInheritance annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Sep 27, 2023
1 parent 5ceb0d1 commit 59c1371
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/shared/src/main/scala/org/atnos/eff/Fx.scala
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,14 @@ object Fx {
/**
* Append a tree of effects to another one
*/
@deprecatedInheritance
trait FxAppend[+L, +R] extends Fx

@deprecatedInheritance
trait Fx1[+F[_]] extends Fx
@deprecatedInheritance
trait Fx2[+L[_], +R[_]] extends Fx
@deprecatedInheritance
trait Fx3[+L[_], +M[_], +R[_]] extends Fx

/**
Expand Down

0 comments on commit 59c1371

Please sign in to comment.