Skip to content

Commit

Permalink
Remove unused Shift instance
Browse files Browse the repository at this point in the history
  • Loading branch information
Atry committed Dec 8, 2021
1 parent cc668fd commit e023e98
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,6 @@ private[keywords] trait LowPriorityShift1 {

private[keywords] trait LowPriorityShift0 extends LowPriorityShift1 { this: Shift.type =>

@inline
implicit def stackSafeShiftDsl[Domain, NewDomain, Value](implicit
stackSafeShiftDsl: StackSafeShiftDsl[Domain, NewDomain, Value]
): Dsl[Shift[Domain, Value], NewDomain, Value] = {
stackSafeShiftDsl
}

given [LeftDomain, RightDomain, Value](using
restDsl: SameDomainStackSafeShiftDsl[LeftDomain, RightDomain]
): SameDomainStackSafeShiftDsl[LeftDomain !! RightDomain, Value] = { (keyword, handler) =>
Expand Down

0 comments on commit e023e98

Please sign in to comment.